/* Copridivano Calmante - PDP
   Look USA Dogslanding (teal #003744, giallo #fc0, prezzo #269db6).
   Font: Montserrat (Brandon Text non è su Google Fonts). */

:root {
    --teal: #003744;
    --teal-ink: #00313b;
    --cyan: #269db6;
    --cyan-size: #009bb4;
    --icon: #4eb1c6;
    --yellow: #fc0;
    --red: #eb4344;
    --sale: #dd3030;
    --muted: #c4c4c4;
    --acc-odd: #edfcff;
    --acc-even: #f9feff;
    --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--teal-ink);
    background: #fff;
}

img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: var(--cyan); }

.wrap {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 20px;
}

/* ── Barra annuncio ──────────────────────────────────────── */
.announce {
    background: var(--teal);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1.3;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    margin: 0;
}

/* ── Header ──────────────────────────────────────────────── */
.site-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    padding: 0 20px;
    border-bottom: 1px solid #ededed;
}
.site-header img { width: 160px; max-width: 50vw; height: auto; }

/* ── Icon strip ──────────────────────────────────────────── */
.icon-strip {
    background: var(--teal);
    color: #fff;
    padding: 18px 0;
}
.icon-strip__row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.icon-strip__item {
    flex: 1 1 30%;
    min-width: 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.icon-strip__item svg { width: 36px; height: 36px; }
.icon-strip__item p {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .icon-strip__item { flex: 1 1 30%; }
    .icon-strip__item p { font-size: 9px; width: 90%; }
    .icon-strip__item svg { width: 28px; height: 28px; }
}

/* ── Griglia PDP ─────────────────────────────────────────── */
.pdp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 0 10px;
}
@media (min-width: 960px) {
    .pdp-grid {
        grid-template-columns: 1.15fr .85fr;
        gap: 28px;
        align-items: start;
        padding-top: 30px;
    }
}

/* ── Galleria 4:5, thumbs a sinistra su desktop ──────────── */
.gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    position: relative;
}
@media (min-width: 960px) {
    .gallery {
        grid-template-columns: 72px 1fr;
        align-items: start;
    }
    .gallery__stage { order: 2; }
    .gallery__thumbs { order: 1; flex-direction: column; overflow-y: auto; overflow-x: hidden; max-height: 640px; }
}

.gallery__stage { position: relative; }
.gallery__main {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background: #f4f4f4;
    border-radius: 0;
}
.gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    background: rgba(255,255,255,.92);
    color: var(--teal-ink);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery__nav--prev { left: 8px; }
.gallery__nav--next { right: 8px; }
.gallery__counter {
    text-align: center;
    font-size: 12px;
    color: var(--teal);
    margin: 8px 0 0;
}
.gallery__thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}
.thumb {
    flex: 0 0 auto;
    padding: 0;
    border: 2px solid transparent;
    background: none;
    cursor: pointer;
}
.thumb img {
    width: 70px;
    height: 88px;
    object-fit: cover;
}
.thumb.is-active { border-color: var(--yellow); }
@media (min-width: 960px) {
    .thumb img { width: 68px; height: 85px; }
}

/* ── Buy box ─────────────────────────────────────────────── */
.review-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--teal);
    margin: 0 0 8px;
}
.stars { color: #f6a623; letter-spacing: 1px; font-size: 14px; }

.product-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--teal-ink);
    text-align: left;
    margin: 0 0 10px;
}

.price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.price-now {
    font-weight: 700;
    font-size: 22px;
    color: var(--cyan);
    line-height: 1;
}
.badge-fast {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 3.8px;
    background: var(--red);
    padding: 4px 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-left: 5px;
}

.selling-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 10px;
    margin-top: 20px;
}
.selling-point {
    display: flex;
    align-items: center;
}
.selling-point svg { color: var(--icon); flex: 0 0 28px; width: 28px; height: 27px; }
.selling-point p {
    margin: 0 0 0 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--teal-ink);
}

.opt-label {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--teal-ink);
    margin: 14px 0 8px;
}
.opt-label span { font-weight: 500; }

.swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 0 0 8px;
}
.swatch {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid var(--muted);
    border-radius: 50%;
    background: none;
    cursor: pointer;
    margin-bottom: 18px;
}
.swatch img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    margin: 3px auto 0;
}
.swatch.is-active {
    border: 2px solid var(--yellow);
    padding: 0;
}
.swatch.is-active img {
    width: 38px;
    height: 38px;
    margin-top: 4px;
}
.swatch__name {
    display: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: var(--teal-ink);
    white-space: nowrap;
}
.swatch.is-active .swatch__name { display: block; }

.sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 12px;
}
.size-pill {
    min-width: 72px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--muted);
    background: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: var(--teal-ink);
    cursor: pointer;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.size-pill.is-active {
    background: var(--cyan-size);
    border-color: var(--cyan-size);
    color: #fff;
}

.qty-label {
    font-weight: 700;
    font-size: 16px;
    color: var(--teal-ink);
    margin: 8px 0 6px;
}
.qty-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--muted);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 12px;
    height: 40px;
}
.qty-box button {
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    color: var(--teal-ink);
}
.qty-box span {
    min-width: 44px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.btn-atc {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    background: var(--yellow);
    color: var(--teal-ink);
    font-family: inherit;
    font-size: clamp(15px, 4.2vw, 18px);
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    transition: opacity .2s ease;
}
.btn-atc:hover { opacity: .8; }
.btn-atc:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.btn-atc[aria-disabled="true"] { opacity: .75; }

.acc {
    margin-top: 16px;
}
.acc__item { position: relative; }
.acc__btn {
    width: 100%;
    background: var(--acc-odd);
    border: 0;
    padding: 10px 6px 10px 39px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--teal);
    text-align: left;
}
.acc__item:nth-child(even) .acc__btn { background: var(--acc-even); }
.acc__btn::before {
    content: "";
    width: 26px;
    height: 26px;
    background: var(--teal) url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.19 9c0 .2.18.36.38.36h1.12c.2 0 .38-.16.38-.36V6.02h3.02c.2 0 .36-.18.36-.38V4.52c0-.2-.16-.38-.36-.38H6.07V1.12c0-.2-.18-.36-.38-.36H4.57c-.2 0-.38.16-.38.36v3.02H1.19c-.2 0-.38.18-.38.38v1.12c0 .2.18.38.38.38H4.19V9z' fill='white'/%3E%3C/svg%3E") center no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 7px;
}
.acc__btn[aria-expanded="true"]::before {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='3' viewBox='0 0 6 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.9 2.16h4.46c.22 0 .38-.16.38-.36V.46c0-.22-.16-.38-.38-.38H.9c-.22 0-.38.16-.38.38V1.8c0 .2.16.36.38.36z' fill='white'/%3E%3C/svg%3E");
}
.acc__panel {
    padding: 16px 20px 18px 39px;
    font-size: 12px;
    line-height: 22px;
    color: var(--teal);
}
.acc__panel p { margin: 0 0 8px; }
.acc__panel p + p { display: list-item; list-style-type: disc; list-style-position: inside; margin: 3px 0; }
.acc__panel img { max-width: 100%; margin-top: 8px; }

/* ── Sezioni contenuto ───────────────────────────────────── */
.section { padding: 48px 0; }
.section--teal { background: #f3fbfc; }

.benefit-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
}
@media (min-width: 769px) {
    .benefit-row { grid-template-columns: 1fr 1fr; gap: 80px; }
    .benefit-row--flip .benefit-row__img { order: 2; }
}
.benefit-row__img img { width: 100%; }
.benefit-row__copy h2 {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    line-height: 33.5px;
    text-transform: capitalize;
    color: var(--teal);
}
.benefit-row__copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--teal-ink);
}
@media (max-width: 768px) {
    .benefit-row__copy { padding: 0 10px; }
    .benefit-row__copy h2 { font-size: 28px; }
}

.features-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: var(--teal);
    margin: 0 0 8px;
}
.features-sub {
    text-align: center;
    font-size: 16px;
    color: var(--teal);
    margin: 0 0 28px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.features-grid {
    display: grid;
    gap: 16px;
}
@media (min-width: 900px) {
    .features-grid { grid-template-columns: 1fr 1.1fr 1fr; align-items: center; }
}
.feature-tab {
    background: var(--acc-odd);
    margin-bottom: 8px;
}
.feature-tab:nth-child(even) { background: var(--acc-even); }
.feature-tab button {
    width: 100%;
    background: none;
    border: 0;
    padding: 12px 14px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    color: var(--teal);
    text-align: left;
}
.feature-tab .acc__panel { padding: 0 14px 12px; }
.features-grid__img img { width: 100%; border-radius: 8px; }

.guarantee {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}
.guarantee h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--teal);
    margin: 0 0 14px;
}
.guarantee p { margin: 0 0 12px; }

.faq-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--teal);
    margin: 0 0 20px;
}
.faq-item { margin-bottom: 8px; }
.faq-item__btn {
    width: 100%;
    background: var(--teal);
    color: #fff;
    border: 0;
    padding: 14px 16px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}
.faq-item:nth-child(even) .faq-item__btn { background: #065d72; }
.faq-item__panel {
    padding: 12px 16px 16px;
    font-size: 14px;
    background: #f7f7f7;
}
.faq-item__panel a { color: var(--teal); font-weight: 700; }

.contact-box {
    text-align: center;
    padding: 28px 16px 0;
}
.contact-box h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--teal);
    margin: 0 0 10px;
}
.contact-box p { margin: 0 0 12px; }

/* ── Footer ──────────────────────────────────────────────── */
.site-footer {
    background: var(--teal);
    color: #fff;
    padding: 34px 0;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}
.site-footer img {
    width: 180px;
    margin: 0 auto 14px;
    filter: brightness(0) invert(1);
}
.site-footer p { margin: 0 0 8px; }
.site-footer a { color: #fff; }
.footer-legal-links a { display: inline-block; margin: 0 8px 6px; }
.site-footer .legal { opacity: .75; font-size: 12px; margin-top: 14px; }

@media (max-width: 360px) {
    .product-title { font-size: 22px; line-height: 26px; }
    .selling-point p { font-size: 11px; }
}
