.wpet-shop {
    --wpet-blue: #0798d7;
    --wpet-dark: #222934;
    --wpet-text: #333945;
    --wpet-muted: #7b8490;
    --wpet-border: #e5e8ec;
    --wpet-soft: #f5f7f9;
    --wpet-red: #f0525f;
    color: var(--wpet-text);
    font-family: Arial, Helvetica, sans-serif;
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
}

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

.wpet-shop a {
    color: inherit;
    text-decoration: none;
}

.wpet-shop svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wpet-announcement {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    min-height: 32px;
    background: #202733;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.wpet-announcement a {
    background: #111722;
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 3px 9px;
    text-transform: uppercase;
}

.wpet-mini-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    min-height: 34px;
    background: var(--wpet-blue);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.wpet-mini-nav nav {
    display: flex;
    gap: 22px;
}

.wpet-search-row {
    display: grid;
    grid-template-columns: 155px minmax(220px, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 26px 22px;
}

.wpet-logo strong {
    display: block;
    color: #128fd1;
    font-size: 28px;
    line-height: .85;
    letter-spacing: 0;
}

.wpet-logo span {
    color: #8b9299;
    font-size: 13px;
}

.wpet-search {
    display: grid;
    grid-template-columns: 1fr 46px;
    height: 42px;
    border: 1px solid var(--wpet-border);
    background: #f7f8f9;
}

.wpet-search input {
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0 18px;
    outline: 0;
}

.wpet-search button {
    display: grid;
    place-items: center;
    border: 0;
    border-left: 1px solid var(--wpet-border);
    background: #fff;
    color: #343b45;
    cursor: pointer;
}

.wpet-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.wpet-phone {
    display: grid;
    color: #111722;
    font-size: 12px;
    text-transform: uppercase;
}

.wpet-phone strong {
    font-size: 16px;
}

.wpet-cart-link {
    position: relative;
}

.wpet-cart-link span {
    position: absolute;
    top: -9px;
    right: -10px;
    display: grid;
    place-items: center;
    min-width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--wpet-red);
    color: #fff;
    font-size: 10px;
}

.wpet-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--wpet-border);
    margin: 0 22px 16px;
}

.wpet-icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 82px;
    padding: 14px;
}

.wpet-icon-text + .wpet-icon-text {
    border-left: 1px solid var(--wpet-border);
}

.wpet-icon-text svg {
    color: #6d7480;
}

.wpet-icon-text strong,
.wpet-icon-text small {
    display: block;
}

.wpet-icon-text strong {
    color: #1f2630;
    font-size: 13px;
    text-transform: uppercase;
}

.wpet-icon-text small {
    color: var(--wpet-muted);
    font-size: 12px;
}

.wpet-main-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    padding: 0 22px;
}

.wpet-panel {
    border: 1px solid var(--wpet-border);
    background: #fff;
}

.wpet-panel h2,
.wpet-section h2,
.wpet-product-column h2,
.wpet-post-card h2 {
    margin: 0;
    color: #222934;
    font-size: 13px;
    text-transform: uppercase;
}

.wpet-categories h2 {
    padding: 14px 18px;
    background: #f4f5f6;
}

.wpet-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 37px;
    padding: 0 16px;
    border-top: 1px solid var(--wpet-border);
    color: #4a525d;
    font-size: 13px;
}

.wpet-categories a.is-active {
    justify-content: flex-start;
    gap: 9px;
    background: var(--wpet-blue);
    color: #fff;
    font-weight: 700;
}

.wpet-categories svg {
    width: 15px;
    height: 15px;
}

.wpet-side-sale,
.wpet-newsletter,
.wpet-testimonial {
    margin-top: 18px;
    padding: 28px 22px;
    text-align: center;
}

.wpet-side-sale span {
    display: inline-grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--wpet-blue);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-side-sale strong {
    display: block;
    margin: 16px 0 6px;
    color: #222934;
    font-size: 58px;
    line-height: .85;
}

.wpet-side-sale sup {
    font-size: 22px;
}

.wpet-side-sale small {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.wpet-side-sale p,
.wpet-newsletter p,
.wpet-testimonial p,
.wpet-post-card p {
    color: var(--wpet-muted);
    font-size: 13px;
    line-height: 1.55;
}

.wpet-side-sale a,
.wpet-newsletter button,
.wpet-hero a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 20px;
    background: #222934;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-newsletter form {
    display: grid;
    gap: 10px;
}

.wpet-newsletter input {
    width: 100%;
    min-height: 38px;
    border: 1px solid var(--wpet-border);
    border-radius: 19px;
    padding: 0 16px;
    text-align: center;
}

.wpet-newsletter button {
    border: 0;
    background: var(--wpet-blue);
    cursor: pointer;
}

.wpet-testimonial {
    border-color: var(--wpet-blue);
}

.wpet-avatar {
    width: 52px;
    height: 52px;
    margin: 0 auto 9px;
    border-radius: 50%;
    background: linear-gradient(140deg, #d7a174 0 45%, #28384c 45% 100%);
}

.wpet-testimonial strong,
.wpet-testimonial span {
    display: block;
}

.wpet-testimonial span {
    color: var(--wpet-muted);
    font-size: 12px;
}

.wpet-post-card {
    margin-top: 18px;
}

.wpet-post-image {
    min-height: 160px;
    background:
        radial-gradient(circle at 52% 28%, #e2b179 0 12%, transparent 13%),
        linear-gradient(145deg, rgba(35, 47, 64, .2), rgba(0, 0, 0, .35)),
        linear-gradient(150deg, #7f5b41, #202a38 62%, #111827);
}

.wpet-post-card h2,
.wpet-post-card p {
    padding: 0 2px;
}

.wpet-post-card h2 {
    margin-top: 14px;
}

.wpet-content {
    min-width: 0;
}

.wpet-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42%;
    min-height: 335px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 50%, rgba(255, 255, 255, .18) 0 28%, transparent 29%),
        linear-gradient(120deg, #088ccc 0 55%, #50b6df 55% 100%);
}

.wpet-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(0, 89, 145, .18), transparent 65%);
}

.wpet-hero-copy {
    position: relative;
    z-index: 1;
    align-self: center;
    padding: 42px 30px 42px 54px;
    color: #fff;
}

.wpet-hero-copy p {
    margin: 0 0 9px;
    font-size: 17px;
    font-weight: 700;
}

.wpet-hero-copy h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 6vw, 64px);
    font-style: italic;
    line-height: .95;
    letter-spacing: 0;
}

.wpet-hero-copy > strong {
    display: block;
    margin: 4px 0 24px;
    font-size: clamp(42px, 6.5vw, 70px);
    line-height: .9;
}

.wpet-hero-copy div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wpet-hero-copy span {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-hero-copy b {
    display: inline-block;
    padding: 5px 8px;
    background: var(--wpet-red);
    color: #fff;
    font-size: 19px;
}

.wpet-hero-model {
    position: relative;
    z-index: 1;
    min-height: 335px;
}

.wpet-hero-model::before {
    content: "";
    position: absolute;
    right: 16%;
    bottom: 0;
    width: min(250px, 70%);
    height: 86%;
    border-radius: 42% 42% 0 0;
    background:
        radial-gradient(circle at 52% 12%, #e5af86 0 12%, transparent 13%),
        linear-gradient(90deg, transparent 0 21%, #111827 21% 35%, transparent 35% 64%, #111827 64% 78%, transparent 78%),
        linear-gradient(120deg, #fff 0 16%, #222 16% 22%, #fff 22% 34%, #222 34% 40%, #fff 40% 52%, #222 52% 58%, #fff 58% 100%);
    box-shadow: inset 0 -160px 0 #222934;
}

.wpet-hero-model::after {
    content: "";
    position: absolute;
    right: 8%;
    top: 29%;
    width: 88px;
    height: 42px;
    border: 10px solid #111827;
    border-left-width: 14px;
    border-right-width: 14px;
    border-radius: 18px;
    transform: rotate(-8deg);
}

.wpet-promos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.wpet-promo {
    position: relative;
    min-height: 126px;
    overflow: hidden;
    padding: 21px 18px;
    background: var(--wpet-soft);
}

.wpet-promo::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 92px;
    height: 72px;
    background: #d8dde3;
}

.wpet-promo.watch::after {
    border-radius: 50%;
    border: 15px solid #1e2630;
    background: #fff;
}

.wpet-promo.deal::after {
    width: 100px;
    border-radius: 6px;
    background: repeating-linear-gradient(45deg, #e8ecf1 0 8px, #fff 8px 16px);
}

.wpet-promo.bag::after {
    border-radius: 8px 8px 4px 4px;
    background: linear-gradient(#eec5b3, #c98f7d);
}

.wpet-promo span,
.wpet-promo strong,
.wpet-promo em {
    position: relative;
    z-index: 1;
    display: block;
}

.wpet-promo span {
    color: var(--wpet-blue);
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-promo strong {
    margin-top: 4px;
    color: #242b35;
    font-size: 20px;
}

.wpet-promo em {
    margin-top: 17px;
    color: #242b35;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-section {
    margin-top: 18px;
}

.wpet-section h2 {
    padding-bottom: 13px;
}

.wpet-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.wpet-product-card {
    min-width: 0;
}

.wpet-product-card a {
    position: relative;
    display: block;
}

.wpet-product-card img,
.wpet-demo-image {
    width: 100%;
    aspect-ratio: 1 / .82;
    object-fit: cover;
    background: #f1f3f5;
}

.wpet-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    padding: 3px 7px;
    background: #38b66b;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-product-card small {
    display: block;
    margin-top: 10px;
    color: #929aa3;
    font-size: 11px;
    text-transform: uppercase;
}

.wpet-product-card h3 {
    margin: 2px 0 5px;
    color: #313844;
    font-size: 14px;
    font-weight: 500;
}

.wpet-product-card strong,
.wpet-mini-product em {
    color: #232b35;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
}

.wpet-demo-stars {
    color: #1f2732;
    font-size: 11px;
    letter-spacing: 0;
}

.wpet-demo-image,
.wpet-mini-demo {
    display: grid;
    place-items: center;
}

.wpet-demo-image::before,
.wpet-mini-demo::before {
    content: "";
    display: block;
}

.wpet-demo-image.headset::before,
.wpet-mini-demo.headset::before {
    width: 58%;
    height: 58%;
    border: 22px solid #343c46;
    border-bottom: 0;
    border-radius: 80px 80px 0 0;
}

.wpet-demo-image.charger::before,
.wpet-mini-demo.charger::before {
    width: 62%;
    height: 44%;
    border-radius: 16px;
    background: linear-gradient(140deg, #1f2732, #424a55);
    box-shadow: -26px 18px 0 #f2a000;
}

.wpet-demo-image.brown-bag::before,
.wpet-demo-image.note-bag::before,
.wpet-mini-demo.brown-bag::before,
.wpet-mini-demo.note-bag::before {
    width: 62%;
    height: 54%;
    border-radius: 10px 10px 4px 4px;
    background: linear-gradient(#b98b70, #7d5845);
    box-shadow: inset 0 18px 0 rgba(255,255,255,.16);
}

.wpet-demo-image.note-bag::before,
.wpet-mini-demo.note-bag::before {
    background: linear-gradient(#8a8f98, #363d48);
}

.wpet-brands {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    align-items: center;
    margin: 26px 0 24px;
    padding: 22px 0;
    border-top: 1px solid var(--wpet-border);
    border-bottom: 1px solid var(--wpet-border);
}

.wpet-brands span {
    color: #313844;
    font-size: 16px;
    font-weight: 900;
    line-height: .95;
    text-align: center;
}

.wpet-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.wpet-product-column h2 {
    margin-bottom: 16px;
}

.wpet-mini-product {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 13px;
    align-items: center;
    min-height: 82px;
    border-bottom: 1px solid var(--wpet-border);
}

.wpet-mini-product img,
.wpet-mini-demo {
    width: 72px;
    height: 62px;
    object-fit: cover;
    background: #f1f3f5;
}

.wpet-mini-product strong {
    display: block;
    color: #303743;
    font-size: 13px;
}

.wpet-bottom-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding: 48px 22px 34px;
}

.wpet-bottom-services .wpet-icon-text {
    display: grid;
    justify-items: center;
    text-align: center;
}

.wpet-bottom-services .wpet-icon-text + .wpet-icon-text {
    border-left: 0;
}

.wpet-bottom-services svg {
    width: 58px;
    height: 58px;
    padding: 14px;
    border: 2px solid var(--wpet-blue);
    border-radius: 50%;
    color: var(--wpet-blue);
}

.wpet-product-detail {
    display: grid;
    grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: center;
    margin: 28px 0;
    padding: 28px;
    border: 1px solid var(--wpet-border);
    background: linear-gradient(90deg, #f7f9fb, #fff);
}

.wpet-detail-media {
    display: grid;
    place-items: center;
    min-height: 310px;
    background:
        linear-gradient(135deg, rgba(7, 152, 215, .10), transparent 46%),
        #f1f4f7;
}

.wpet-detail-media img {
    width: 100%;
    max-width: 340px;
    height: auto;
    object-fit: contain;
}

.wpet-detail-demo {
    display: grid;
    place-items: center;
    width: min(270px, 78%);
    aspect-ratio: 1 / .82;
}

.wpet-detail-demo::before {
    content: "";
    display: block;
    width: 64%;
    height: 62%;
    border: 34px solid #343c46;
    border-bottom: 0;
    border-radius: 120px 120px 0 0;
    box-shadow: 0 46px 0 -18px #cfd5dc;
}

.wpet-detail-copy small {
    color: var(--wpet-blue);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-detail-copy h2 {
    margin: 7px 0 8px;
    color: #222934;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.05;
    letter-spacing: 0;
}

.wpet-detail-rating {
    min-height: 22px;
    color: #1f2732;
    font-size: 13px;
}

.wpet-detail-copy > strong {
    display: block;
    margin: 10px 0 14px;
    color: #222934;
    font-size: 28px;
}

.wpet-detail-copy p {
    margin: 0 0 18px;
    color: #68717d;
    font-size: 14px;
    line-height: 1.7;
}

.wpet-detail-copy dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 22px;
}

.wpet-detail-copy dl div {
    min-height: 74px;
    padding: 14px;
    border: 1px solid var(--wpet-border);
    background: #fff;
}

.wpet-detail-copy dt {
    color: #8a929b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-detail-copy dd {
    margin: 5px 0 0;
    color: #222934;
    font-size: 13px;
    font-weight: 800;
}

.wpet-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wpet-detail-primary,
.wpet-detail-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-detail-primary {
    background: var(--wpet-blue);
    color: #fff;
}

.wpet-detail-secondary {
    border: 1px solid var(--wpet-border);
    background: #fff;
    color: #222934;
}

.wpet-footer {
    max-width: 1180px;
    margin: 0 auto;
    background: #202733;
    color: #c8d0da;
    font-family: Arial, Helvetica, sans-serif;
}

.wpet-footer a {
    color: inherit;
    text-decoration: none;
}

.wpet-footer-top {
    display: grid;
    grid-template-columns: 1.4fr .8fr .9fr 1fr;
    gap: 34px;
    padding: 44px 22px 34px;
}

.wpet-footer .wpet-logo strong {
    color: #fff;
}

.wpet-footer .wpet-logo span {
    color: #8ed6f5;
}

.wpet-footer p {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.65;
}

.wpet-footer h2 {
    margin: 0 0 17px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.wpet-footer nav a {
    display: block;
    margin-top: 11px;
    color: #c8d0da;
    font-size: 13px;
}

.wpet-footer nav a:hover,
.wpet-footer-social a:hover {
    color: #fff;
}

.wpet-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.wpet-footer-social a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #c8d0da;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.wpet-footer-contact strong {
    color: #fff;
    font-size: 19px;
}

.wpet-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #98a4b2;
    font-size: 12px;
}

@media (max-width: 960px) {
    .wpet-search-row,
    .wpet-main-grid,
    .wpet-columns,
    .wpet-product-detail,
    .wpet-footer-top {
        grid-template-columns: 1fr;
    }

    .wpet-actions {
        justify-content: space-between;
    }

    .wpet-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .wpet-sidebar > * {
        margin-top: 0;
    }
}

@media (max-width: 720px) {
    .wpet-mini-nav,
    .wpet-benefits,
    .wpet-promos,
    .wpet-product-grid,
    .wpet-brands,
    .wpet-bottom-services,
    .wpet-sidebar {
        grid-template-columns: 1fr;
    }

    .wpet-mini-nav {
        gap: 10px;
        padding: 10px 16px;
        text-align: center;
    }

    .wpet-mini-nav nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .wpet-benefits .wpet-icon-text + .wpet-icon-text {
        border-left: 0;
        border-top: 1px solid var(--wpet-border);
    }

    .wpet-hero {
        grid-template-columns: 1fr;
    }

    .wpet-hero-copy {
        padding: 34px 24px;
    }

    .wpet-hero-model {
        display: none;
    }

    .wpet-hero-copy div,
    .wpet-actions,
    .wpet-footer-bottom {
        flex-wrap: wrap;
    }

    .wpet-detail-copy dl {
        grid-template-columns: 1fr;
    }
}
