﻿.snitch-storefront {
    background: #fff;
    color: #111;
}

.snitch-storefront .main-content-wrapper {
    min-height: 50vh;
}

.snitch-pincode-link {
    font-size: 12px;
}

.snitch-pincode-link span {
    opacity: 0.7;
}

.snitch-storefront .header-middle {
    padding-top: 14px;
    padding-bottom: 16px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.05);
}

.snitch-storefront .header-bottom {
    border-top: 1px solid #f1ece4;
}

.snitch-storefront .header .logo-box img,
.snitch-storefront .header-mobile .logo-box img {
    max-height: 64px;
    width: auto;
}

.snitch-storefront .header .social.social-medium {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}

.snitch-storefront .header .social.social-medium .header-toolbar__item,
.snitch-storefront .header .social.social-medium .social__item {
    margin: 0;
}

.snitch-storefront .header .social.social-medium .social__item:not(:last-child) {
    margin-right: 0;
}

.snitch-storefront .header-middle-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.snitch-storefront .header-toolbar {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 0;
}

.snitch-storefront .searchform-wrapper {
    width: min(100%, 330px);
}

.snitch-storefront .snitch-search-box {
    min-height: 48px;
    border: 1px solid #111;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.snitch-storefront .snitch-search-box .searchform__input {
    height: 48px;
    padding-left: 50px;
    padding-right: 14px;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.snitch-storefront .snitch-search-box .searchform__submit {
    left: 16px;
    right: auto;
    width: 18px;
    height: 18px;
    color: #111;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.snitch-storefront .header-toolbar__item > .snitch-header-icon-link {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
}

.snitch-storefront .header-toolbar__item > .snitch-header-icon-link i {
    font-size: 20px;
}

.snitch-storefront .snitch-header-wishlist-link i {
    font-size: 21px;
    line-height: 1;
}

.snitch-storefront .header-toolbar__item > .snitch-header-icon-link > .snitch-toolbar-count {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    display: block;
    top: 0;
    right: 10px;
    min-width: 15px;
    text-align: center;
    padding: 0;
    background-color: #4A4141;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.snitch-storefront .header-toolbar__item > .snitch-header-icon-link > .snitch-toolbar-count.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

@media (max-width: 61.94em) {
    .snitch-storefront .header-toolbar__item > .snitch-header-icon-link > .snitch-toolbar-count {
        background-color: #8a8a8a;
    }
}

.snitch-storefront .main-navigation .mainmenu--2 {
    gap: 8px;
}

.snitch-storefront .main-navigation .mainmenu--2 .mainmenu__item {
    padding-left: 0;
    padding-right: 0;
}

.snitch-storefront .main-navigation .mainmenu--2 .mainmenu__item > .mainmenu__link {
    padding-left: 20px;
    padding-right: 20px;
}

.snitch-search-box .search-input-container {
    position: relative;
    overflow: hidden;
}

.snitch-search-box .searchform__input {
    position: relative;
    z-index: 2;
    background: transparent;
}

.snitch-search-box .placeholder-overlay {
    position: absolute;
    inset: 4px 14px 4px 50px;
    display: block;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.snitch-search-box .placeholder-list {
    display: block;
    transition: transform 0.5s ease-in-out;
}

.snitch-search-box .placeholder-item {
    height: 40px;
    line-height: 40px;
    color: #7d7d7d;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.snitch-search-box.is-active .placeholder-overlay {
    opacity: 0;
}

.snitch-header-logout-form,
.snitch-status-card__actions form,
.snitch-retry-form,
.snitch-coupon-inline form {
    margin: 0;
}

.snitch-header-logout-button {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 12px 20px;
    text-align: left;
    font-size: 13px;
    color: #111;
}

.snitch-header-logout-button:hover {
    background: #f7f7f7;
}

.snitch-location-modal {
    max-width: 600px;
    margin: auto;
}

.snitch-location-modal .fw-bold,
.snitch-location-modal small,
.snitch-location-modal label,
.snitch-location-modal .btn {
    font-size: 11px;
    letter-spacing: 0.04em;
}

.snitch-location-banner {
    background-color: #fdf6f0;
}

.snitch-page-summary {
    max-width: 720px;
    margin: 12px auto 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.snitch-home-section-title {
    margin-bottom: 30px;
}

.snitch-home-section-title .subtitle-text {
    margin-bottom: 10px;
}

.snitch-product-card .product-image--holder {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f8f6f3;
}

.snitch-storefront img {
    max-width: 100%;
}

.snitch-product-card .product-image--holder > a {
    display: block;
    width: 100%;
    height: 100%;
}

.snitch-product-card .product-image--holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f8f6f3;
}

.banner-box.banner-type-3 .banner-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f8f6f3;
}

.banner-box.banner-type-3 .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.snitch-product-card .product-info {
    padding-bottom: 6px;
}

.snitch-rating-count {
    color: #777;
    font-size: 12px;
    line-height: 1;
}

.snitch-product-card .snitch-product-meta {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.snitch-product-card .snitch-product-meta span + span::before {
    content: "\\2022";
    margin-right: 8px;
}

.snitch-home-swiper .swiper-slide {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.snitch-home-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-post .post-media .image {
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f8f6f3;
}

.single-post .post-media .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery__image,
.product-gallery__thumb--single {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f8f6f3;
}

.product-gallery__image img,
.product-gallery__thumb--single img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.snitch-home-swiper .slide-content {
    position: absolute;
    left: 5%;
    bottom: 8%;
    color: #fff;
}

.snitch-home-swiper .slide-content h2 {
    margin: 0;
    font-size: clamp(28px, 5vw, 62px);
    letter-spacing: 0.08em;
    color: #fff;
}

.snitch-empty-state,
.snitch-card,
.snitch-status-card,
.snitch-summary-card,
.snitch-contact-card,
.snitch-content-article,
.snitch-filter-card,
.snitch-address-card,
.snitch-payment-card,
.snitch-review-card,
.snitch-cart-note,
.snitch-inline-note {
    border: 1px solid #ece7df;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(17, 17, 17, 0.05);
}

.snitch-empty-state,
.snitch-card,
.snitch-status-card,
.snitch-summary-card,
.snitch-contact-card,
.snitch-filter-card,
.snitch-review-card,
.snitch-cart-note,
.snitch-inline-note {
    padding: 28px;
}

.snitch-inline-note {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.snitch-card h3,
.snitch-status-card h1,
.snitch-summary-card h3,
.snitch-contact-card h3,
.snitch-content-article h1 {
    margin-top: 0;
}

.snitch-detail-list,
.snitch-summary-list {
    display: grid;
    gap: 14px;
}

.snitch-detail-list__item,
.snitch-summary-list__item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0ebe3;
    font-size: 14px;
}

.snitch-detail-list__item:last-child,
.snitch-summary-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.snitch-detail-list__item span,
.snitch-summary-list__item span {
    color: #777;
}

.snitch-detail-list__item strong,
.snitch-summary-list__item strong {
    color: #111;
    text-align: right;
}

.snitch-content-layout {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 32px;
}

.snitch-content-article {
    padding: 36px;
}

.snitch-content-article .dynamic-content,
.snitch-content-article .dynamic-content p,
.snitch-content-article .dynamic-content li {
    color: #444;
    line-height: 1.85;
}

.snitch-content-article .dynamic-content h2,
.snitch-content-article .dynamic-content h3 {
    margin-top: 28px;
}

.snitch-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8b7d6a;
}

.snitch-contact-grid,
.snitch-status-layout,
.snitch-confirmation-grid,
.snitch-payment-layout {
    display: grid;
    gap: 30px;
}

.snitch-contact-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.snitch-status-layout,
.snitch-payment-layout {
    max-width: 860px;
    margin: 0 auto;
}

.snitch-confirmation-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.snitch-contact-list,
.snitch-status-card__actions,
.snitch-summary-stack {
    display: grid;
    gap: 18px;
}

.snitch-contact-card a {
    color: inherit;
}

.snitch-contact-form .form__input,
.snitch-checkout-form .form__input,
.snitch-filter-form .form__input,
.snitch-filter-form .nice-select,
.snitch-cart-coupon-input,
.snitch-address-form .form__input {
    width: 100%;
}

.snitch-filter-form {
    display: grid;
    gap: 18px;
}

.snitch-filter-card .widget-title,
.snitch-checkout-box .widget-title {
    margin-bottom: 18px;
}

.snitch-chip-list,
.snitch-address-list,
.snitch-payment-method-list,
.snitch-variation-grid,
.snitch-active-filters,
.snitch-info-grid {
    display: grid;
    gap: 12px;
}

.snitch-address-card,
.snitch-payment-card,
.snitch-variation-card {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #ece7df;
    border-radius: 16px;
    background: #fff;
    text-align: left;
    transition: all 0.2s ease;
    cursor: pointer;
}

.snitch-address-card.is-selected,
.snitch-payment-card.is-selected,
.snitch-variation-card:has(input:checked) {
    border-color: #111;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
}

.snitch-address-card span,
.snitch-payment-card span,
.snitch-variation-card span {
    display: block;
}

.snitch-address-card strong,
.snitch-payment-card strong,
.snitch-variation-card__title {
    margin-bottom: 6px;
}

.snitch-payment-card span,
.snitch-address-card span,
.snitch-variation-card__stock {
    color: #666;
    font-size: 13px;
}

.snitch-payment-card button,
.snitch-address-card button {
    all: unset;
}

.snitch-variation-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.snitch-variation-card.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.snitch-variation-card__price {
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
}

.snitch-variation-summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 24px 0 0;
    padding: 18px 20px;
    border-radius: 16px;
    background: #f8f4ef;
}

.snitch-variation-summary span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7d7d7d;
}

.snitch-variation-summary strong {
    display: block;
    margin-top: 4px;
}

.snitch-cart-actions,
.snitch-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.snitch-cart-actions .btn,
.snitch-inline-actions .btn,
.snitch-status-card__actions .btn,
.snitch-status-card__actions .btn-fullwidth {
    min-width: 180px;
}

.snitch-address-form-grid,
.snitch-two-col-grid,
.snitch-summary-grid {
    display: grid;
    gap: 18px;
}

.snitch-address-form-grid,
.snitch-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.snitch-summary-grid .snitch-summary-grid__full,
.snitch-address-form-grid .snitch-address-form-grid__full {
    grid-column: 1 / -1;
}

.snitch-checkout-address-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

.snitch-review-card__head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.snitch-note {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f8f4ef;
    color: #666;
    font-size: 14px;
}

.snitch-order-table td,
.snitch-order-table th {
    vertical-align: middle;
}

.snitch-order-table .product-thumbnail img {
    width: 84px;
    height: 84px;
    border-radius: 10px;
    background: #f7f2ec;
    object-fit: contain;
    display: block;
}

.snitch-order-table .quantity-input {
    max-width: 92px;
}

.snitch-cart-layout {
    align-items: flex-start;
    row-gap: 28px;
}

.snitch-cart-form {
    display: grid;
    gap: 24px;
}

.snitch-cart-table-wrap {
    padding: 18px 24px;
    border: 1px solid #ece7df;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.05);
}

.snitch-order-table {
    margin-bottom: 0;
}

.snitch-order-table thead th {
    padding-top: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #ede6dd;
    color: #8b7d6a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.snitch-search-box .searchform__input::placeholder {
    color: transparent;
}

.snitch-order-table tbody td {
    padding-top: 28px;
    padding-bottom: 28px;
    border-top-color: #f2ede6;
}

.snitch-order-table .product-name h3 {
    margin-bottom: 6px;
    font-size: 19px;
}

.snitch-cart-product {
    display: grid;
    gap: 6px;
}

.snitch-cart-product__sku,
.snitch-cart-product__meta {
    margin: 0;
    color: #7a7369;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.snitch-order-table .product-remove a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8f4ef;
}

.snitch-order-table .product-remove a:hover {
    background: #111;
    color: #fff;
}

.snitch-cart-qty-control {
    display: inline-grid;
    grid-template-columns: 44px 72px 44px;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
    border: 1px solid #e4dcd2;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.snitch-cart-qty-button {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 48px;
    border: 0;
    background: #f8f4ef;
    font-size: 20px;
    line-height: 1;
}

.snitch-cart-qty-button:hover {
    background: #efe7dc;
}

.snitch-order-table .snitch-cart-qty-control .quantity-input {
    width: 72px;
    max-width: none;
    height: 48px;
    padding: 0 8px;
    border: 0;
    background: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.snitch-order-table .snitch-cart-qty-control .quantity-input::-webkit-outer-spin-button,
.snitch-order-table .snitch-cart-qty-control .quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.snitch-order-table .product-total-price strong {
    font-size: 20px;
}

.snitch-cart-actions-bar {
    row-gap: 18px;
}

.snitch-cart-coupon-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
}

.snitch-cart-coupon-row .cart-form__input,
.snitch-cart-coupon-row .cart-form__btn,
.snitch-cart-secondary-actions .cart-form__btn {
    min-height: 54px;
    border: 1px solid #ded4c8;
    border-radius: 14px;
    background: #fff;
}

.snitch-cart-coupon-row .cart-form__input {
    padding: 0 18px;
}

.snitch-cart-coupon-row .cart-form__btn,
.snitch-cart-secondary-actions .cart-form__btn {
    padding: 0 22px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.snitch-cart-coupon-row .cart-form__btn:hover,
.snitch-cart-secondary-actions .cart-form__btn:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.snitch-cart-secondary-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.snitch-cart-address-box,
.snitch-cart-summary-box {
    padding: 28px;
    border: 1px solid #ece7df;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.05);
}

.snitch-cart-address-details summary {
    cursor: pointer;
    font-weight: 600;
}

.snitch-cart-address-details[open] summary {
    margin-bottom: 18px;
}

.snitch-cart-summary-box .order-table {
    margin-bottom: 22px;
}

.snitch-cart-summary-box .btn-fullwidth {
    min-height: 56px;
    border-radius: 14px;
}

.snitch-cart-summary-box .order-table td,
.snitch-cart-summary-box .order-table th {
    padding-top: 12px;
    padding-bottom: 12px;
}

.snitch-checkout-sidebar {
    display: grid;
    gap: 24px;
}

.snitch-payment-method-list .payment-group {
    margin-bottom: 0;
}

.snitch-payment-method-list .payment-radio {
    margin-bottom: 0;
}

.snitch-payment-method-list .payment-info {
    display: block;
    margin-top: 10px;
}

.snitch-billing-details-list {
    display: grid;
    gap: 14px;
}

.snitch-billing-details-list .form__group {
    margin-bottom: 0;
}

.snitch-status-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8f4ef;
    color: #111;
    font-size: 28px;
}

.snitch-status-card__head {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.snitch-status-card__actions {
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
}

.snitch-home-tab-nav {
    row-gap: 12px;
}

.snitch-home-tab-nav .product-tab__link span {
    min-width: 108px;
}

.snitch-home-brand-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px;
    align-items: center;
}

.snitch-home-brand-strip > * {
    min-height: 88px;
    padding: 14px;
    border: 1px solid #ece7df;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.snitch-home-brand-strip img {
    width: 100%;
    height: 52px;
    object-fit: contain;
    margin: 0 auto;
    filter: grayscale(1);
    opacity: 0.75;
}

.snitch-home-brand-strip img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.snitch-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.snitch-pagination .pagination {
    margin-bottom: 0;
}

.snitch-shop-toolbar-form {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.snitch-shop-toolbar-form select {
    min-width: 190px;
}

.snitch-shop-toolbar-card {
    margin-bottom: 24px;
}

.snitch-shop-toolbar-card__inner {
    padding: 24px 28px;
    border: 1px solid #ece7df;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.05);
}

.snitch-shop-toolbar-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 28px;
    flex-wrap: wrap;
}

.snitch-shop-toolbar-card .shop-toolbar__left {
    display: grid;
    gap: 12px;
    flex: 1 1 320px;
    min-width: 0;
}

.snitch-shop-toolbar-card .shop-toolbar__right {
    margin-left: auto;
    flex: 0 1 280px;
}

.snitch-shop-toolbar-card .product-pages,
.snitch-shop-toolbar-card .snitch-shop-toolbar-label {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.snitch-shop-toolbar-card .product-pages {
    font-size: 15px;
}

.snitch-shop-toolbar-card .product-view-count {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.snitch-shop-toolbar-card .product-view-count ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.snitch-shop-toolbar-card .product-view-count ul li {
    margin: 0;
}

.snitch-shop-toolbar-card .product-view-count ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd1c4;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.snitch-shop-toolbar-card .product-view-count ul li a:hover {
    border-color: #111;
    background: #fcf7f1;
}

.snitch-shop-toolbar-card .product-view-count ul li.active a {
    border-color: #111;
    background: #111;
    color: #fff;
}

.snitch-shop-sort-select {
    width: 100%;
    min-height: 56px;
    padding-right: 48px;
    border: 1px solid #ddd1c4;
    border-radius: 16px;
    background-color: #fff;
}

.snitch-filter-form .snitch-filter-card {
    padding: 24px;
}

.snitch-filter-form .snitch-inline-actions .btn {
    min-height: 52px;
    justify-content: center;
}

.snitch-shop-shell {
    padding-left: clamp(18px, 3.25vw, 48px);
    padding-right: clamp(18px, 3.25vw, 48px);
}

.snitch-shop-layout {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
    row-gap: 30px;
}

.snitch-shop-layout > #main-content,
.snitch-shop-layout > #primary-sidebar {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    align-self: flex-start;
}

.snitch-shop-layout #main-content {
    min-width: 0;
}

.snitch-shop-layout #main-content .shop-toolbar {
    margin-top: 0;
}

.snitch-shop-layout #main-content .shop-toolbar__inner {
    padding-top: 0;
}

.snitch-shop-layout #main-content .shop-products {
    width: 100%;
}

.snitch-shop-layout #main-content .shop-products .row.grid-space-20 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px 24px;
    margin: 0;
}

.snitch-shop-layout #main-content .shop-products .row.grid-space-20 > [class*="col"] {
    width: auto;
    max-width: none;
    flex: initial;
    padding: 0;
    margin: 0 !important;
}

.snitch-shop-layout #main-content .snitch-product-card,
.snitch-shop-layout #main-content .snitch-product-card .product-inner {
    height: 100%;
}

.snitch-shop-layout #main-content .snitch-product-card .product-inner {
    display: flex;
    flex-direction: column;
}

.snitch-shop-layout #main-content .snitch-product-card .product-info {
    display: grid;
    gap: 8px;
    padding-top: 18px;
}

.snitch-shop-layout #main-content .snitch-product-card .product-title {
    min-height: 4.2rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.snitch-shop-layout #main-content .snitch-product-card .product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 0;
}

.snitch-shop-layout #main-content .snitch-product-card .product-rating span {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.snitch-shop-layout #main-content .snitch-product-card .product-rating small {
    display: inline;
    margin: 0;
}

.snitch-shop-layout #main-content .snitch-product-card .product-price-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.snitch-shop-layout #main-content .snitch-product-card .snitch-product-meta {
    display: none;
}

@media (min-width: 680px) {
    .snitch-shop-layout #main-content .shop-products .row.grid-space-20 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .snitch-shop-layout #main-content .shop-products .row.grid-space-20 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .snitch-shop-layout {
        display: grid;
        grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
        column-gap: 34px;
        row-gap: 0;
    }

    .snitch-shop-layout > #primary-sidebar {
        grid-column: 1;
        grid-row: 1;
    }

    .snitch-shop-layout > #main-content {
        grid-column: 2;
        grid-row: 1;
    }
}

@media (max-width: 899px) {
    .snitch-shop-layout > #primary-sidebar {
        order: 1;
    }

    .snitch-shop-layout > #main-content {
        order: 2;
    }

    .snitch-shop-layout > #primary-sidebar {
        margin-top: 0;
    }

    .snitch-shop-layout #main-content .snitch-shop-toolbar-layout {
        align-items: stretch;
        flex-direction: column;
    }

    .snitch-shop-layout #main-content .shop-toolbar__right,
    .snitch-shop-layout #main-content .snitch-shop-toolbar-form {
        width: 100%;
    }

    .snitch-shop-layout #main-content .shop-toolbar__right {
        margin-left: 0;
        flex-basis: auto;
    }
}

.snitch-product-gallery-note {
    margin-top: 12px;
    color: #777;
    font-size: 13px;
}

.snitch-product-layout {
    align-items: flex-start;
    row-gap: 32px;
}

.snitch-product-summary {
    display: grid;
    gap: 20px;
}

.snitch-product-summary .product-rating,
.snitch-product-summary .product-stock,
.snitch-product-summary .product-navigation {
    float: none !important;
}

.snitch-product-summary__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.snitch-product-review {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 0;
}

.snitch-product-review span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.snitch-product-review .review-link {
    color: #777;
    font-size: 13px;
}

.snitch-product-summary .product-navigation {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

.snitch-product-summary .product-navigation a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ece7df;
    border-radius: 50%;
    background: #fff;
}

.snitch-product-summary .product-navigation a.prev {
    padding-right: 0;
}

.snitch-product-summary__hero {
    display: grid;
    gap: 10px;
    padding: 24px 28px;
    border: 1px solid #ece7df;
    border-radius: 26px;
    background: linear-gradient(180deg, #fff 0%, #fbf7f2 100%);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.05);
}

.snitch-product-summary .product-stock {
    top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef8f1;
    color: #2b8f57;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.snitch-product-summary .product-stock.out-of-stock {
    background: #fff1f1;
    color: #c24d4d;
}

.snitch-product-summary .product-title {
    margin: 0;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.08;
}

.snitch-product-summary .product-price-wrapper {
    margin: 0 !important;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.snitch-product-summary .product-price-wrapper > span {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 600;
    line-height: 1.12;
}

.snitch-product-summary .product-price-wrapper > span.old-price {
    font-size: 16px;
    font-weight: 500;
}

.snitch-product-summary .product-short-description {
    margin: 0 !important;
    max-width: 58ch;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
}

.snitch-product-option-group {
    display: grid;
    gap: 14px;
    margin: 0 !important;
}

.snitch-product-summary .rb-product-option-label,
.snitch-purchase-panel .rb-product-option-label {
    margin-bottom: 0;
    letter-spacing: 0.08em;
}

.snitch-product-summary .rb-size-box {
    gap: 12px;
}

.snitch-product-summary .rb-size-btn {
    width: auto;
    min-width: 58px;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #d9d0c6;
    border-radius: 14px;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.snitch-product-summary .rb-size-btn:hover {
    transform: none;
    border-color: #111;
    background: #fcf7f1;
}

.snitch-product-summary .rb-size-btn.selected {
    border: 1px solid #111;
    background: #111;
    color: #fff;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.12);
}

.snitch-purchase-panel {
    display: grid;
    gap: 18px;
    padding: 24px 28px;
    border: 1px solid #ece7df;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.05);
}

.snitch-purchase-panel .product-sizes {
    margin: 0 !important;
}

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

.snitch-variation-card {
    min-height: 132px;
    padding: 18px 20px;
    border-radius: 20px;
    display: grid;
    align-content: start;
    gap: 8px;
}

.snitch-variation-card:has(input:checked) {
    background: #f8f4ef;
}

.snitch-variation-card__title {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.35;
}

.snitch-variation-card__price {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.25;
}

.snitch-variation-card__stock {
    font-size: 13px;
    color: #666;
}

.snitch-variation-summary {
    margin: 0;
    border: 1px solid #ece7df;
    background: #f8f4ef;
}

.snitch-purchase-panel .product-action {
    margin-top: 0 !important;
    flex-wrap: wrap;
    gap: 14px;
}

.snitch-purchase-panel .product-action .btn.add-to-cart {
    flex: 1 1 240px;
    min-height: 58px;
}

.snitch-purchase-panel .product-action a {
    width: 52px;
    height: 52px;
    min-height: 52px;
    line-height: 52px;
    border: 1px solid #ece7df;
    border-radius: 50%;
    text-align: center;
}

.snitch-purchase-panel .product-action a i {
    font-size: 18px;
}

.snitch-purchase-panel .product-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-bottom: 0 !important;
}

.snitch-purchase-panel .product-extra a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #444;
}

.snitch-product-accordion {
    margin-top: 4px;
    border-top: 1px solid #ece7df;
}

.snitch-product-accordion .rb-accordion-item {
    border-bottom-color: #ece7df;
}

.snitch-product-accordion .rb-accordion-button {
    color: #111;
}

.snitch-product-accordion .rb-accordion-body {
    color: #555;
}

.snitch-product-summary .product-summary-footer {
    padding-top: 24px;
    border-top: 1px solid #ece7df;
}

#productPurchaseFeedback {
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8f4ef;
    font-size: 13px;
    font-weight: 600;
}

.snitch-checkout-terms {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: #666;
}

.snitch-checkout-terms input {
    margin-top: 4px;
}

.snitch-coupon-message {
    font-size: 13px;
    margin-top: 8px;
}

.snitch-coupon-message.is-error {
    color: #d94f4f;
}

.snitch-coupon-message.is-success {
    color: #2b8f57;
}

.snitch-map iframe {
    min-height: 420px;
    border: 0;
    border-radius: 18px;
}

@media (max-width: 991px) {
    .snitch-contact-grid,
    .snitch-confirmation-grid,
    .snitch-content-layout,
    .snitch-variation-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .snitch-cart-actions,
    .snitch-inline-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .snitch-cart-coupon-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .snitch-cart-secondary-actions {
        flex-direction: column;
        justify-content: stretch;
    }
}

@media (max-width: 767px) {
    .snitch-page-summary {
        font-size: 14px;
    }

    .snitch-empty-state,
    .snitch-card,
    .snitch-status-card,
    .snitch-summary-card,
    .snitch-contact-card,
    .snitch-content-article,
    .snitch-filter-card,
    .snitch-review-card,
    .snitch-cart-note,
    .snitch-inline-note {
        padding: 22px;
        border-radius: 16px;
    }

    .snitch-address-form-grid,
    .snitch-summary-grid,
    .snitch-review-card__head,
    .snitch-variation-summary {
        grid-template-columns: minmax(0, 1fr);
        flex-direction: column;
    }

    .snitch-product-summary__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .snitch-shop-toolbar-card .product-view-count {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .snitch-shop-toolbar-form {
        width: 100%;
        justify-content: stretch;
    }

    .snitch-product-summary__hero,
    .snitch-purchase-panel {
        padding: 20px;
        border-radius: 20px;
    }

    .snitch-product-summary .product-title {
        font-size: 22px;
    }

    .snitch-product-summary .product-price-wrapper > span {
        font-size: 18px;
    }

    .snitch-product-summary .product-price-wrapper > span.old-price {
        font-size: 14px;
    }

    .snitch-product-summary .product-short-description {
        font-size: 13px;
    }

    .snitch-variation-card {
        min-height: 0;
        padding: 16px;
        border-radius: 18px;
        gap: 6px;
    }

    .snitch-variation-card__title,
    .snitch-variation-card__price {
        font-size: 16px;
    }

    .snitch-variation-card__stock {
        font-size: 12px;
    }

    .snitch-purchase-panel .product-extra {
        gap: 10px 14px;
    }

    .snitch-purchase-panel .product-extra a {
        font-size: 12px;
    }

    .snitch-product-summary .rb-size-btn {
        min-width: 54px;
        height: 48px;
        padding: 0 14px;
    }

    .snitch-checkout-box,
    .snitch-cart-summary-box {
        margin-top: 24px;
    }

    .snitch-storefront .header .social.social-medium {
        gap: 12px;
    }

    .snitch-cart-table-wrap,
    .snitch-cart-address-box,
    .snitch-cart-summary-box,
    .snitch-shop-toolbar-card__inner {
        padding: 22px;
        border-radius: 20px;
    }

    .snitch-order-table .product-remove a {
        width: 34px;
        height: 34px;
    }

    .snitch-cart-qty-control {
        grid-template-columns: 40px 60px 40px;
    }

    .snitch-cart-qty-button,
    .snitch-order-table .snitch-cart-qty-control .quantity-input {
        height: 44px;
    }

    .snitch-order-table .snitch-cart-qty-control .quantity-input {
        width: 60px;
    }
}

.mini-cart__empty {
    color: #777;
    font-size: 14px;
    line-height: 1.7;
}

.top-side-bar .cat-item {
    overflow: hidden;
    border-radius: 8px;
    background: #f8f6f3;
}

.top-side-bar .banner-small {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 8px;
}

.mini-cart__product__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f6f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-cart__product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mini-cart__product__meta {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #777;
    font-size: 12px;
}

.mini-cart__product__quantity strong {
    color: #111;
    font-weight: 600;
}

.airi-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.airi-toast {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(17, 17, 17, 0.15);
    padding: 16px;
    display: flex;
    align-items: flex-start;
    min-width: 280px;
    max-width: 380px;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.airi-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.airi-toast.success {
    border-left: 4px solid #2b8f57;
}

.airi-toast.error {
    border-left: 4px solid #d94f4f;
}

.airi-toast.warning {
    border-left: 4px solid #d7a53d;
}

.airi-toast.info {
    border-left: 4px solid #2d6cdf;
}

.toast-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3efe8;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.toast-content {
    flex: 1;
}

.toast-title {
    margin-bottom: 4px;
    color: #111;
    font-size: 14px;
    font-weight: 600;
}

.toast-message {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.toast-close {
    border: 0;
    background: transparent;
    color: #777;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    margin-left: 12px;
}

@media (max-width: 767px) {
    .snitch-home-swiper .swiper-slide {
        aspect-ratio: 3 / 4;
    }

    .airi-toast {
        min-width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }
}
