main{
    margin: 0 auto;
    padding: 0px 20px;
    width: 100%;
    max-width: 1200px;
}

.section{
    padding: 90px 0;
}

.section-title{
    margin-bottom: 40px;
    text-align: center;
}

.section-title__eyebrow{
    font-size: 24px;
    color: #e08b49;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: "KOTRA HOPE", 'Noto Sans KR', sans-serif;
}

.section-title h2,.section h2{
    margin-bottom: 44px;
    font-size: 36px;
    color: #422007;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: "KOTRA HOPE", 'Noto Sans KR', sans-serif;
}


.site-header {
    padding:0 32px;
    height: 76px;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #f1dfd2;
    background-color: rgb(255, 248, 243, 0.99);
    backdrop-filter: blur(12px);
    z-index: 100;
}

.logo {
    margin: 0;
    display: inline-block;
    line-height: 76px;
}

.logo a {
    font-size: 37px;
    font-family: "KOTRA HOPE", 'Noto Sans KR', sans-serif;
    color: #422007;
    letter-spacing: -0.02em;
}
.site-nav {
    display: inline-block;
    right: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.site-nav ul > li {
    margin-left: 24px;
   font-weight: 700;
    display: inline-block;
}

.site-nav a {
    position: relative;
    font-weight: 700;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0px;
    height: 2px;
    background-color: #ffe2db;
    color: #ff6b57;
    transition: width 0.3s ease;
    border-radius: 999px;
}

.site-nav a:hover::after {
    width: 100%;
}

.hero {
    padding: 96px 0 80px;
}

.hero__content {
    display: inline-block;
    padding: 80px;
    vertical-align: top;
   font-size: 30px;
    width: 52%;
}

.hero__eyebrow {
    margin-bottom: 16px;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 999px;
    background-color: #ffe2db;
    color: #ff6b57;
    font-size: 24px;
    font-weight: 800;
}

.hero__img-box {
    display: inline-block;
    margin-left: 5%;
    width: 33%;
    height: 560px;
    position: relative;
    border-radius: 37px;
    background-color: #F8EDE7;
    overflow: hidden;
    box-shadow: 0 30px 70px rgb(0 0 0 / 12% );
}

.hero__img-box::before {
    content: "Cute Pupppy";
     font-size: 18px;
    padding: 10px 16px;
    position: absolute;
    top: 24px;
    left: 24px;
    border-radius: 999px;
    font-weight: 700;
    z-index: 1;
    color:#e08b49;
    background-color: #fff;
}

.section-title__eyebrow svg,
.product-card__badge svg {
    margin-right: 5px;
    vertical-align: -2px;
}

.product-sectioon {
    padding-top: 80px;
}

.product-list {
  text-align: center;
}

.product-list>li {
  display: inline-block;
  margin: 0 12px;
  width: 31%;
  font-size: 16px;
  text-align: left;
}

.product-card {
    overflow: hidden;
    border: 1px solid #2f2a26;
    background-color: #fff;
    transition: box-shadow 0.3s, border-color 0.3s;
    border-radius: 33px;
}

.product-card:hover {
    border-color: #ff6b57;
    box-shadow: 0 8px 20px rgb(0 0 0  / 20%);
}

.product-card a {
    display: block;
}

.product-card__img-box {
    position: relative;
    width: 100%;
    height: 420px;
    background-color: #f8ede7;
    overflow: hidden;
}

.product-card__img-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 42% );
    z-index: 1;
    transition: opacity 0.3s;
    opacity: 0;
}

.product-card__img-box:hover::after {
    opacity: 1;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__badge {
    position: absolute;
    padding: 8px 16px;
    top: 18px;
    left: 18px;
    border-radius: 999px;
    background-color: #ff6b57;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    z-index: 2;
}

.hero__img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__desc {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    font-family: "KOTRA HOPE", 'Noto Sans KR', sans-serif;
    line-height: 1.2;
    -webkit-text-stroke: 0.05px rgb(255, 255, 255);
    transition: opacity 0.3s,bottom 0.3s;
    z-index: 2;
    opacity: 0;
}

.product-cart__cart{
    position: absolute;
    padding: 0 18px;
    height: 46px;
    display: inline-block;
    border-radius: 999px;
    color: #2f2a26;
    background-color: #fff;
    left: 24px;
    bottom: 24px;
    font-weight: 800;
    line-height: 46px;
    opacity: 0
;
    transition: opacity 0.3s, bottom 0.3s;
    z-index: 3;
}
.product-card__img-box:hover .product-card__desc {
    opacity: 1;
    bottom: 100px;
}
.product-card__img-box:hover .product-cart__cart {
    opacity: 1;
    bottom: 36px;
}

.product-card__content {
    padding: 16px;
}

.product-card__content h3 {
    margin-bottom: 8px;
    font-size: 27px;
    color: #422007;
    font-weight: 700;
    letter-spacing: -0.03em;
    font-family: "KOTRA HOPE", 'Noto Sans KR', sans-serif;
}

.product-card__content strong {
    color: #ff6b57;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
col

.hero h2 {
    margin-top: 24px;
    font-size: 72px;
    color: #2f2a26;
    line-height: 1.2;
    letter-spacing: -0.06em;
    font-family: "KOTRA HOPE", 'Noto Sans KR', sans-serif;
}

.hero p {
    color: #6f655e;
    font-size: 18px;
    line-height: 1.7;
}

.button {
    margin-top: 40px;
    padding: 0 26px;
    min-width: 180px;
    display: inline-block;
    border-radius: 999px;
    background-color: #ff6b57;;
    color: #fff;
    font-weight: 800;
    line-height: 56px;
    text-align: center;
    transition: box-shadow 0.3s,background-color 0.3s;
}

.button:hover {
    background-color: #ff3d00;
    box-shadow: 0 8px 20px rgb(255 61 0 / 40%);
}


table {
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 14px 30px rgb(0 0 0 / 6%);
}

thead {
  background-color: #ff6b57;
  color: #fff;
}

th, td {
  padding: 20px;
  text-align: left;
}

tbody tr {
  border-bottom: 1px solid #f1ece8;
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr:hover {
  background-color: #fff8f3;
}

.order-form{
    padding: 38px;
    border: 1px solid #f3dfd4;
    border-radius: 32px;
    background-color: rgb(255 255 255 / 82% );
    box-shadow: 0 18px 40 px rgb(0 0 0  / 6%);
}

.order-form__label {
    margin-bottom: 24px;
    display: block;
    font-weight: 700;
}

.order-form__label input,
.order-form__label select,
.order-form__label textarea {
    margin-top: 10px;
    padding: 16px;
    display: block;
    border: 1px solid #dfd5cf;
    color: #2f2a26;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}

.order-form__label textarea {
    min-height: 140px;
    resize: none;
}

.order-form__label input:focus,
.order-form__label select:focus,
.order-form__label textarea:focus {
    border-color: #ff6b57;
    box-shadow:  0 0 0 4px rgb(255 107 87 /15%);
    outline: none;
    width: auto;
}

.order-form__label input[type="checkbox"] {
margin-top: 0;
margin-right: 8px;
width: auto;
display: inline-block;
}

.order-form__submit {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 18px;
  background-color: #2f2a26;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s;
}


.order-form__submit:hover {
  background-color: #1d1a17;
}

.site-footer {
    padding: 60px 20px;
    text-align: center;
    color: #422007;
    margin-top: 8px;
    border-top: 1px solid #f1dfd2;
    font-family: "KOTRA HOPE", 'Noto Sans KR', sans-serif;
    }

.sr-only {
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
}