body {
    background: #dfdfdf;
}

.sample-hero {
    background: #000;
    color: #fff;
    min-height: 340px;
    display: grid;
    align-items: center;
}

.sample-hero-grid {
    min-height: 300px;
    display: grid;
    grid-template-columns: minmax(270px, 0.8fr) minmax(340px, 1.2fr);
    gap: 20px;
    align-items: center;
}

.sample-hero-copy h1 {
    margin: 0 0 10px;
    font-size: 50px;
    line-height: 1.03;
}

.sample-hero-copy p {
    margin: 0;
    max-width: 330px;
    color: #d5d5d5;
    font-size: 15px;
    line-height: 1.5;
}

.sample-box-art {
    display: grid;
    align-items: center;
    justify-items: end;
    min-height: 220px;
}

.sample-box-art img {
    width: min(100%, 540px);
    height: auto;
    object-fit: contain;
}

.box {
    position: relative;
    width: 160px;
    height: 120px;
    transform-style: preserve-3d;
}

.box-front {
    position: absolute;
    inset: 28px 0 0;
    background: linear-gradient(155deg, #dfaa81, #c48e65);
    border-radius: 2px;
    box-shadow: 0 16px 18px rgba(0, 0, 0, 0.35);
}

.box-front span {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 46px;
    height: 34px;
    background: #f0f0f0;
    border-radius: 2px;
}

.box-front span::before {
    content: "";
    position: absolute;
    inset: 8px 6px;
    border-top: 2px solid #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
}

.box-lid {
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    height: 44px;
    background: linear-gradient(160deg, #f3be93, #d69f75);
    clip-path: polygon(0 100%, 10% 34%, 45% 18%, 50% 0, 55% 18%, 90% 34%, 100% 100%);
}

.box-mid {
    transform: scale(0.92);
    z-index: 2;
}

.box-left,
.box-right {
    opacity: 0.96;
}

.sample-order-wrap {
    padding: 56px 0 72px;
}

.sample-order-grid {
    display: grid;
    grid-template-columns: minmax(470px, 1fr) minmax(340px, 410px);
    gap: 32px;
    align-items: center;
    width: min(1120px, 92%);
}

.sample-main-preview {
    border: 1px solid #a8a8a8;
    background: #fff;
    min-height: 540px;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}

.sample-main-preview img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    border-radius: 10px;
}

.sample-thumbs-bar {
    margin-top: 14px;
    background: #0f0f0f;
    border: 1px solid #3a3a3a;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    min-height: 92px;
}

.sample-thumb-nav {
    width: 44px;
    height: 92px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
}

.sample-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding: 6px 0;
}

.sample-thumb-btn {
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.sample-thumb-btn.is-active {
    border-color: #fff;
}

.sample-thumbs img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
}

.sample-dots {
    text-align: center;
    margin-top: 10px;
}

.sample-dots span {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #7b7b7b;
    margin: 0 4px;
}

.sample-dots .active {
    background: #222;
}

.sample-form-card {
    background: #efefef;
    border: 2px solid #c8c8c8;
    border-radius: 14px;
    padding: 24px 20px 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.sample-price {
    margin: 0 0 4px;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 1.4;
}

.sample-price-note {
    margin: 0 0 12px;
    color: #777;
    font-size: 11px;
}

.sample-form input,
.sample-form select {
    width: 100%;
    height: 38px;
    border: 1px solid #bababa;
    border-radius: 2px;
    background: #f5f5f5;
    font-size: 13px;
    color: #202020;
    padding: 8px;
    margin-bottom: 10px;
}

.sample-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.sample-form-grid-3 {
    grid-template-columns: 72px 72px 1fr;
}

.card-icons {
    margin: 0 0 9px;
    display: flex;
    gap: 4px;
}

.card-icons .ic {
    min-width: 36px;
    height: 18px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #111;
    font-weight: 700;
}

.card-icons .amex {
    background: #7fc5ff;
}

.card-icons .disc {
    background: #f7b86b;
}

.card-icons .visa {
    background: #8aa8ff;
}

.card-icons .mc {
    background: #ffc27f;
}

.sample-order-btn {
    border: 0;
    border-radius: 2px;
    width: 154px;
    height: 34px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    margin: 4px auto 0;
}

.reviews {
    margin-top: 8px;
}

@media (max-width: 1100px) {
    .sample-hero-copy h1 {
        font-size: 40px;
    }

    .sample-order-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sample-form-card {
        max-width: 420px;
    }
}

@media (max-width: 760px) {
    .sample-hero {
        min-height: auto;
        padding: 26px 0;
    }

    .sample-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .sample-hero-copy h1 {
        font-size: 36px;
    }

    .sample-box-art {
        justify-items: center;
    }

    .sample-order-wrap {
        padding: 32px 0 44px;
    }

    .sample-order-grid {
        width: min(1220px, 92%);
    }

    .sample-main-preview {
        min-height: 310px;
    }

    .sample-main-preview img {
        min-height: 310px;
    }

    .sample-thumbs-bar {
        grid-template-columns: 34px 1fr 34px;
        min-height: 76px;
    }

    .sample-thumb-nav {
        width: 34px;
        height: 76px;
    }

    .sample-thumbs img {
        height: 54px;
    }
}
