.woocommerce-page .home-wrap,
.post-type-archive-product .home-wrap,
.tax-product_cat .home-wrap,
.woocommerce-cart .home-wrap,
.woocommerce-checkout .home-wrap,
.woocommerce-account .home-wrap {
    background: #fdf6e7;
}

body.woocommerce-page,
body.post-type-archive-product,
body.tax-product_cat,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.woocommerce-page #app,
body.post-type-archive-product #app,
body.tax-product_cat #app,
body.woocommerce-cart #app,
body.woocommerce-checkout #app,
body.woocommerce-account #app {
    background: #fdf6e7;
}

html.is-lightbox-open,
body.is-lightbox-open {
    overflow: hidden;
    overscroll-behavior: none;
}

.shop-main {
    min-height: 60vh;
    padding: clamp(330px, 30vw, 364px) 0 clamp(96px, 10vw, 160px);
    background: #fdf6e7;
    color: #000;
}

.shop-section {
    max-width: 1548px;
    margin: 0 auto;
}

.shop-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.shop-categories {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto clamp(54px, 5.8vw, 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 2.5vw, 44px);
    border-bottom: 1px solid #dfd3bd;
    overflow-x: auto;
    scrollbar-width: none;
}

.shop-categories::-webkit-scrollbar {
    display: none;
}

.shop-category {
    position: relative;
    flex: 0 0 auto;
    padding: 0 0 10px;
    border: 0;
    background: transparent;
    color: #111;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(18px, 1.25vw, 22px);
    font-weight: 500;
    line-height: 1.15;
    text-decoration: none;
    white-space: nowrap;
}

.shop-category::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: transparent;
}

.shop-category.is-active {
    color: #9e8460;
}

.shop-category.is-active::after {
    background: #9e8460;
}

.shop-category--inactive {
    cursor: default;
}

.shop-category-menu {
    display: none;
}

.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: clamp(42px, 4vw, 56px);
}

.shop-sort {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.shop-sort__label,
.shop-sort__select {
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(21px, 1.55vw, 26px);
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.shop-sort__select {
    width: 102px;
    min-width: 0;
    border: 0;
    border-radius: 0;
    padding: 0 28px 0 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #000 50%),
        linear-gradient(135deg, #000 50%, transparent 50%);
    background-position:
        calc(100% - 10px) 50%,
        calc(100% - 2px) 50%;
    background-size: 9px 9px, 9px 9px;
    background-repeat: no-repeat;
}

.shop-sort__select:focus-visible,
.shop-category:focus-visible,
.shop-category-menu__summary:focus-visible,
.shop-category-menu__link:focus-visible,
.shop-card__link:focus-visible,
.woocommerce nav.woocommerce-pagination a:focus-visible {
    outline: 2px solid #111;
    outline-offset: 4px;
}

.woocommerce .shop-section ul.products,
.shop-grid {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(48px, 5vw, 82px);
    row-gap: clamp(78px, 7vw, 106px);
    list-style: none;
}

.woocommerce .shop-section ul.products::before,
.woocommerce .shop-section ul.products::after {
    content: none;
}

.shop-empty {
    max-width: 720px;
    padding: clamp(48px, 6vw, 84px) 0;
    color: #000;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: 600;
    line-height: 1.2;
}

.shop-empty p {
    margin: 0;
}

.woocommerce .shop-section ul.products li.product,
.shop-card {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.shop-card__link {
    display: block;
    color: #000;
    text-decoration: none;
}

.shop-card__media {
    display: block;
    width: 100%;
    aspect-ratio: 462 / 518;
    margin: 0 0 28px;
    background: #efe3cc;
    overflow: hidden;
}

.shop-card__media .alamard-nextgen-picture,
.product-gallery__main .alamard-nextgen-picture,
.product-gallery__thumb .alamard-nextgen-picture,
.alamard-cart-item__media .alamard-nextgen-picture,
.alamard-mini-cart-item__media .alamard-nextgen-picture {
    display: block;
    width: 100%;
    height: 100%;
}

.shop-card__image,
.woocommerce .shop-section ul.products li.product a img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform 280ms ease;
}

.shop-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #efe3cc;
}

.shop-card__name {
    display: block;
    margin: 0 0 24px;
    color: #000;
    font-size: clamp(22px, 1.55vw, 26px);
    font-weight: 600;
    line-height: 1.18;
}

.shop-card__price {
    display: block;
    margin: 0;
    color: #000;
    font-size: clamp(20px, 1.4vw, 24px);
    font-weight: 700;
    line-height: 1.18;
}

.shop-card__price .amount {
    color: inherit;
    font-weight: inherit;
}

.shop-card__link:hover .shop-card__image {
    transform: scale(1.025);
}

.shop-main--product {
    padding-top: clamp(330px, 30vw, 364px);
}

.shop-main--cart,
.shop-main--content-page {
    padding-top: clamp(340px, 31vw, 376px);
}

.shop-main--product .woocommerce-notices-wrapper {
    max-width: 1464px;
    margin: 0 auto 32px;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.single-product .home-wrap,
.single-product #app,
body.single-product {
    background: #fdf6e7;
}

.product-detail {
    max-width: 1464px;
    margin: 0 auto;
}

.theme-page {
    min-height: 55vh;
    padding: clamp(96px, 9vw, 150px) 0;
    background: #fdf6e7;
}

.theme-page__content,
.shop-page-content {
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
}

.theme-page__title {
    margin: 0 0 32px;
    font-size: clamp(34px, 3vw, 52px);
    font-weight: 700;
    line-height: 1.1;
}

.shop-page-content__title {
    margin: 0 0 clamp(34px, 4vw, 58px);
    color: #050505;
    font-size: clamp(36px, 3vw, 56px);
    font-weight: 700;
    line-height: 1.1;
}

body.woocommerce-checkout .shop-page-content {
    max-width: 1680px;
    margin: 0 auto;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
    margin: 0;
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
    align-items: flex-start;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large {
    flex-wrap: nowrap;
    gap: 0;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    flex-basis: calc(65% - clamp(36px, 3.75vw, 72px)) !important;
    width: calc(65% - clamp(36px, 3.75vw, 72px)) !important;
    padding-right: 0;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    flex-basis: 35% !important;
    width: 35% !important;
    margin-left: clamp(36px, 3.75vw, 72px);
    padding-left: 0;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
    margin: 0 0 32px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
    margin-bottom: 14px;
}

body.woocommerce-checkout .wc-block-components-title.wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(20px, 1.2vw, 24px);
    font-weight: 700;
    line-height: 1.2;
}

body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-checkout__guest-checkout-notice,
body.woocommerce-checkout .wc-block-components-checkbox__label,
body.woocommerce-checkout .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-order-summary-item {
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-blocks-components-select__select {
    box-sizing: border-box;
    min-height: 54px;
    border: 1px solid #a88f6a !important;
    border-radius: 4px !important;
    background-color: #fffaf0 !important;
    color: #050505 !important;
    box-shadow: none !important;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-blocks-components-select__select:focus {
    border-color: #7f6646 !important;
    background-color: #fffdf7 !important;
    box-shadow: 0 0 0 3px #9e846026 !important;
    outline: 0;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label {
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
body.woocommerce-checkout .wc-block-components-panel__button {
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
}

body.woocommerce-checkout .alamard-checkout-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: calc(clamp(34px, 4vw, 58px) * -0.55) 0 clamp(34px, 4vw, 58px);
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

body.woocommerce-checkout .alamard-checkout-breadcrumbs a {
    color: #9e8460;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 180ms ease;
}

body.woocommerce-checkout .alamard-checkout-breadcrumbs a:hover {
    color: #7f6646;
}

body.woocommerce-checkout .alamard-checkout-breadcrumbs span {
    color: #050505;
}

body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle:hover,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover,
body.woocommerce-checkout .wc-block-components-panel__button:hover {
    color: #9e8460;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #cbb992 !important;
    border-radius: 4px !important;
    background: #fffaf0;
    box-shadow: 0 10px 22px #8a74481f;
    overflow: hidden;
}

body.woocommerce-checkout .wc-block-components-totals-coupon__form {
    align-items: center;
    gap: 10px;
}

body.woocommerce-checkout .wc-block-components-totals-coupon__button,
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 148px !important;
    min-height: 54px !important;
    border: 0 !important;
    border-radius: 30px !important;
    padding: 0 28px !important;
    background: #9e8460 !important;
    color: #fff !important;
    box-shadow: 0 6px 8px #00000024 !important;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

body.woocommerce-checkout .wc-block-components-totals-coupon__button:hover,
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-button:hover {
    background: #8d7656 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

body.woocommerce-checkout .wc-block-components-totals-coupon__button:disabled,
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-button:disabled,
body.woocommerce-checkout .wc-block-components-totals-coupon__button[disabled],
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-button[disabled] {
    background: #cbb992 !important;
    color: #fff !important;
    box-shadow: none !important;
    opacity: 0.72;
    transform: none;
    cursor: not-allowed;
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
    border-color: #dfd3bd !important;
}

body.woocommerce-checkout.alamard-single-address-checkout .wc-block-checkout__use-address-for-billing {
    display: none !important;
}

body.woocommerce-checkout .wc-block-components-formatted-money-amount,
body.woocommerce-checkout .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    color: #050505;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item {
    color: #050505;
    font-size: 20px;
}

body.woocommerce-checkout .alamard-vat-exemption {
    padding-top: 14px;
    padding-bottom: 14px;
}

body.woocommerce-checkout .alamard-vat-exemption__row {
    margin: 0 0 4px;
}

body.woocommerce-checkout .alamard-vat-exemption__label,
body.woocommerce-checkout .alamard-vat-exemption__value {
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

body.woocommerce-checkout .alamard-vat-exemption__note {
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
    color: #594f42;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.25;
}

body.woocommerce-checkout .wc-block-components-notice-banner {
    border-radius: 4px;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body.woocommerce-checkout .wc-block-checkout__terms {
    max-width: 588px;
    margin-left: auto;
    border-color: #dfd3bd;
    color: #050505;
}

body.woocommerce-checkout .wc-block-checkout__actions_row {
    align-items: center;
    max-width: 588px;
    margin-left: auto;
}

body.woocommerce-checkout .alamard-checkout-right-rail {
    position: relative;
    min-height: var(--alamard-checkout-rail-min-height);
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-components-sidebar {
    position: static !important;
    top: auto !important;
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__payment-method,
body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__terms,
body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__actions {
    position: absolute;
    left: var(--alamard-checkout-rail-left);
    width: var(--alamard-checkout-rail-width);
    max-width: none;
    margin-left: 0;
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__payment-method {
    top: var(--alamard-checkout-payment-top);
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__terms {
    top: var(--alamard-checkout-terms-top);
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__actions {
    top: var(--alamard-checkout-actions-top);
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__payment-method .wc-block-components-checkout-step__heading {
    margin-bottom: 14px;
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__payment-method .wc-block-components-checkout-step__content {
    border: 1px solid #cbb992;
    border-radius: 4px;
    padding: 18px;
    background: #fffaf0;
    box-shadow: 0 10px 22px #8a74481f;
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__terms {
    padding-top: 22px;
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-checkout__actions_row {
    width: 100%;
    max-width: none;
    margin-left: 0;
    justify-content: flex-end;
}

body.woocommerce-checkout .alamard-checkout-right-rail .wc-block-components-checkout-return-to-cart-button {
    display: none;
}

body.woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 317px) !important;
    height: 64px !important;
    min-height: 64px !important;
    border: 0 !important;
    border-radius: 30px !important;
    padding: 0 42px !important;
    background: #9e8460 !important;
    color: #fff !important;
    box-shadow: 0 6px 8px #00000030 !important;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(20px, 1.25vw, 24px) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
    background: #8d7656 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

body.woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button:active {
    transform: translateY(0);
}

body.woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button:focus-visible {
    outline: 2px solid #050505;
    outline-offset: 4px;
}

body.woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button .wc-block-components-button__text,
body.woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    display: block;
    color: inherit;
    font: inherit;
    line-height: 1;
    white-space: nowrap;
}

body.woocommerce-checkout.alamard-checkout-pay-label-ready .wc-block-components-button.wc-block-components-checkout-place-order-button:not(.wc-block-components-checkout-place-order-button--loading) .wc-block-components-button__text,
body.woocommerce-checkout.alamard-checkout-pay-label-ready .wc-block-components-button.wc-block-components-checkout-place-order-button:not(.wc-block-components-checkout-place-order-button--loading) .wc-block-components-checkout-place-order-button__text {
    font-size: 0 !important;
}

body.woocommerce-checkout.alamard-checkout-pay-label-ready .wc-block-components-button.wc-block-components-checkout-place-order-button:not(.wc-block-components-checkout-place-order-button--loading)::after {
    color: inherit;
    content: var(--alamard-checkout-pay-label);
    font: inherit;
    line-height: 1;
    white-space: nowrap;
}

body.woocommerce-checkout .alamard-shipping-rate-note {
    grid-column: 1 / -1;
    margin: 8px 0 0 32px;
    max-width: 34rem;
    color: #6f5a3d;
    font-size: 13px;
    line-height: 1.42;
}

body.woocommerce-order-received .shop-page-content__title {
    display: none;
}

body.woocommerce-order-received .shop-page-content {
    max-width: none;
}

body.woocommerce-order-received .woocommerce-order {
    margin: 0;
}

.alamard-thankyou {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    min-height: clamp(520px, 45vw, 660px);
    padding: clamp(76px, 7vw, 118px) 0 clamp(112px, 10vw, 174px);
    color: #050505;
    text-align: center;
}

.alamard-thankyou__icon {
    display: block;
    width: clamp(64px, 5vw, 97px);
    height: clamp(64px, 5vw, 97px);
    margin: 0 0 24px;
}

.alamard-thankyou__title {
    margin: 0 0 10px;
    color: #050505;
    font-size: clamp(34px, 2.85vw, 54px);
    font-weight: 700;
    line-height: 1.12;
}

.alamard-thankyou__message {
    max-width: 760px;
    margin: 0;
    color: #050505;
    font-size: clamp(20px, 1.55vw, 30px);
    font-weight: 400;
    line-height: 1.32;
}

.alamard-thankyou__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 64px;
    margin-top: 36px;
    border: 0;
    border-radius: 30px;
    padding: 0 42px;
    background: #9e8460;
    color: #fff;
    box-shadow: 0 6px 8px #00000030;
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.alamard-thankyou__button:hover {
    background: #8d7656;
    color: #fff;
    transform: translateY(-1px);
}

.alamard-thankyou__button:active {
    transform: translateY(0);
}

.alamard-thankyou__button:focus-visible {
    outline: 2px solid #050505;
    outline-offset: 4px;
}

.alamard-thankyou__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 28px;
}

.alamard-thankyou__actions .alamard-thankyou__button {
    margin-top: 36px;
}

.alamard-thankyou__link {
    margin-top: 36px;
    color: #9e8460;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.alamard-thankyou__link:hover {
    color: #7f6646;
}

.alamard-thankyou__hooks {
    display: none;
}

.alamard-mini-cart {
    position: fixed;
    inset: 0;
    z-index: 90;
    pointer-events: none;
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.alamard-mini-cart__scrim {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 5, 0);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, background-color 220ms ease;
}

.alamard-mini-cart__panel {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top: clamp(94px, 8vw, 120px);
    right: 0;
    flex-direction: column;
    width: min(clamp(420px, 36vw, 500px), calc(100vw - 24px));
    max-height: calc(100svh - clamp(110px, 9vw, 138px));
    margin: 0 0 0 auto;
    border: 2px solid #cbb992;
    border-radius: 12px;
    background: #fdf6e7;
    box-shadow: 0 18px 42px rgba(80, 61, 35, 0.18);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translate3d(14px, -8px, 0) scale(0.985);
    transform-origin: top right;
    transition: opacity 220ms ease, transform 220ms ease;
}

.alamard-mini-cart.is-open {
    pointer-events: none;
}

.alamard-mini-cart.is-open .alamard-mini-cart__scrim {
    opacity: 1;
    pointer-events: auto;
}

.alamard-mini-cart.is-open .alamard-mini-cart__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.alamard-mini-cart__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 30px 24px 0 31px;
}

.alamard-mini-cart__header h2 {
    margin: 0;
    color: #050505;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.alamard-mini-cart__close {
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    color: #1f1f1f;
    cursor: pointer;
    transition: color 180ms ease, transform 180ms ease;
}

.alamard-mini-cart__close:hover {
    color: #9e8460;
    transform: translateY(-1px);
}

.alamard-mini-cart__close span,
.alamard-mini-cart__close span::before {
    display: block;
    width: 23px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
}

.alamard-mini-cart__close span::before {
    content: "";
    transform: rotate(90deg);
}

.alamard-mini-cart__notice {
    display: none;
    margin: 14px 31px 0;
    border-left: 3px solid #9e8460;
    padding: 12px 16px;
    background: #fff8eb;
    color: #050505;
    font-size: 13px;
    line-height: 1.3;
}

.alamard-mini-cart__notice.is-visible {
    display: block;
}

.alamard-mini-cart__content {
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
    padding: 54px 30px 32px 31px;
    overflow-y: auto;
    scrollbar-color: #cbb992 transparent;
}

.alamard-mini-cart__items {
    display: grid;
    gap: 24px;
}

.alamard-mini-cart-item {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 24px;
}

.alamard-mini-cart-item__media,
.alamard-mini-cart-item__media a,
.alamard-mini-cart-item__media img {
    display: block;
    width: 90px;
    height: 90px;
}

.alamard-mini-cart-item__media {
    border-radius: 10px;
    background: #d9d9d9;
    overflow: hidden;
}

.alamard-mini-cart-item__image,
.alamard-mini-cart-item__media img {
    object-fit: cover;
}

.alamard-mini-cart-item__media img[src*="woocommerce-placeholder"] {
    opacity: 0;
}

.alamard-mini-cart-item__details {
    min-width: 0;
    padding-top: 2px;
}

.alamard-mini-cart-item__details h3 {
    margin: 0 0 3px;
    color: #050505;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.12;
}

.alamard-mini-cart-item__details h3 a {
    color: inherit;
    text-decoration: none;
}

.alamard-mini-cart-item__meta,
.alamard-mini-cart-item__meta p,
.alamard-mini-cart-item__meta dl {
    margin: 0;
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.alamard-mini-cart-item__meta:empty {
    display: none;
}

.alamard-mini-cart-item__meta dl.variation {
    display: block;
}

.alamard-mini-cart-item__meta dl.variation dt,
.alamard-mini-cart-item__meta dl.variation dd,
.alamard-mini-cart-item__meta dl.variation dd p {
    display: inline;
    margin: 0;
}

.alamard-mini-cart-item__meta dl.variation dt {
    font-weight: 400;
}

.alamard-mini-cart-item__meta dl.variation dt::after {
    content: " ";
}

.alamard-mini-cart-item__controls {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.alamard-mini-cart-quantity {
    display: inline-grid;
    grid-template-columns: 25px 25px 25px;
    width: 75px;
    height: 24px;
    border: 1px solid #a88f6a;
    border-radius: 5px;
    background: transparent;
    overflow: hidden;
}

.alamard-mini-cart-quantity button,
.alamard-mini-cart-quantity input {
    box-sizing: border-box;
    width: 25px;
    height: 24px;
    border: 0;
    border-right: 1px solid #a88f6a;
    padding: 0;
    background: transparent;
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.alamard-mini-cart-quantity button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

.alamard-mini-cart-quantity button:hover {
    background: #fff8eb;
    color: #9e8460;
}

.alamard-mini-cart-quantity button:last-child {
    border-right: 0;
}

.alamard-mini-cart-quantity input {
    appearance: textfield;
    -moz-appearance: textfield;
}

.alamard-mini-cart-quantity input::-webkit-outer-spin-button,
.alamard-mini-cart-quantity input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.alamard-mini-cart-quantity__fixed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 24px;
    border: 1px solid #a88f6a;
    border-radius: 5px;
    color: #050505;
    font-size: 13px;
}

.alamard-mini-cart-item__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    color: #9e8460;
    cursor: pointer;
    transition: color 180ms ease, transform 180ms ease;
}

.alamard-mini-cart-item__remove:hover {
    color: #7f6646;
    transform: translateY(-1px);
}

.alamard-mini-cart-item__remove svg {
    display: block;
    width: 19px;
    height: 19px;
}

.alamard-mini-cart-item__price {
    padding-top: 4px;
    color: #050505;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.alamard-mini-cart-item__price .amount,
.alamard-mini-cart__summary-main .amount {
    color: inherit;
    font-weight: inherit;
    font-variant-numeric: tabular-nums;
}

.alamard-mini-cart__divider {
    height: 1px;
    margin: 50px 4px 44px;
    background: #cbb992;
}

.alamard-mini-cart__summary {
    padding: 0 4px 0 7px;
}

.alamard-mini-cart__summary-main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    color: #050505;
}

.alamard-mini-cart__summary-main span {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.1;
}

.alamard-mini-cart__summary-main strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.alamard-mini-cart__summary p {
    margin: 9px 0 0;
    color: #65615a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.alamard-mini-cart__actions {
    display: grid;
    gap: 18px;
    margin-top: 40px;
    padding: 0 0 0 7px;
}

.alamard-mini-cart__button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    padding: 0 26px;
    color: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.26);
    cursor: pointer;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alamard-mini-cart__button--primary {
    background: #a88f6a;
}

.alamard-mini-cart__button--secondary {
    background: #c2af91;
}

.alamard-mini-cart__button:hover {
    color: #fff;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.22);
    transform: translateY(-1px);
}

.alamard-mini-cart__button--primary:hover {
    background: #927954;
}

.alamard-mini-cart__button--secondary:hover {
    background: #ad9a7b;
}

.alamard-mini-cart-empty {
    display: grid;
    align-content: center;
    min-height: 240px;
    gap: 22px;
    padding: 0 6px;
}

.alamard-mini-cart-empty p {
    margin: 0;
    color: #050505;
    font-size: 20px;
    line-height: 1.2;
}

.alamard-mini-cart.is-busy .alamard-mini-cart__content {
    cursor: progress;
}

.alamard-mini-cart.is-busy .alamard-mini-cart__items,
.alamard-mini-cart.is-busy .alamard-mini-cart__summary,
.alamard-mini-cart.is-busy .alamard-mini-cart__actions {
    opacity: 0.58;
    transition: opacity 160ms ease;
}

.alamard-mini-cart button:disabled,
.alamard-mini-cart input:disabled {
    cursor: progress;
    opacity: 0.62;
}

.alamard-mini-cart__close:focus-visible,
.alamard-mini-cart__button:focus-visible,
.alamard-mini-cart-quantity button:focus-visible,
.alamard-mini-cart-quantity input:focus-visible,
.alamard-mini-cart-item__remove:focus-visible,
.home-nav__cart-link:focus-visible,
.home-mobile-nav__cart-link:focus-visible {
    outline: 2px solid #111;
    outline-offset: 4px;
}

.alamard-cart {
    max-width: 1464px;
    margin: 0 auto;
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.alamard-cart__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 364px);
    gap: 0 clamp(80px, 12vw, 180px);
    align-items: start;
}

.alamard-cart__form {
    display: contents;
}

.alamard-cart__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 26px;
}

.alamard-cart__top h1 {
    margin: 0;
    color: #050505;
    font-size: clamp(34px, 2.1vw, 40px);
    font-weight: 700;
    line-height: 1.22;
}

.alamard-cart__continue {
    color: #9e8460;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.alamard-cart .woocommerce-notices-wrapper {
    margin: 0 0 32px;
}

.alamard-cart .woocommerce-message,
.alamard-cart .woocommerce-info,
.alamard-cart .woocommerce-error {
    border-top-color: #9e8460;
    background: #fff8eb;
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.alamard-cart-table {
    grid-column: 1 / -1;
    border-bottom: 1px solid #cbb992;
}

.alamard-cart-table__head,
.alamard-cart-item {
    display: grid;
    grid-template-columns: 160px minmax(260px, 1fr) 330px 210px;
    column-gap: clamp(42px, 5vw, 108px);
    align-items: center;
}

.alamard-cart-table__head {
    min-height: 42px;
    border-bottom: 1px solid #cbb992;
    color: #050505;
    font-size: clamp(18px, 1.05vw, 22px);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.alamard-cart-table__head span:nth-child(2) {
    text-align: center;
}

.alamard-cart-table__head span:nth-child(4) {
    justify-self: end;
    text-align: right;
}

.alamard-cart-table__body {
    padding: 52px 0 64px;
}

.alamard-cart-item {
    min-height: 194px;
    padding: 0;
}

.alamard-cart-item__media {
    width: 146px;
    aspect-ratio: 1;
    background: #d9d9d9;
    overflow: hidden;
}

.alamard-cart-item__media a,
.alamard-cart-item__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.alamard-cart-item__media img {
    object-fit: cover;
}

.alamard-cart-item__media img[src*="woocommerce-placeholder"] {
    opacity: 0;
}

.alamard-cart-item__product h2 {
    margin: 0 0 10px;
    color: #050505;
    font-size: clamp(26px, 1.6vw, 34px);
    font-weight: 600;
    line-height: 1.14;
}

.alamard-cart-item__product {
    text-align: center;
}

.alamard-cart-item__product a {
    color: inherit;
    text-decoration: none;
}

.alamard-cart-item__price {
    margin: 0 0 8px;
    color: #050505;
    font-size: clamp(20px, 1.2vw, 24px);
    font-weight: 400;
    line-height: 1.2;
}

.alamard-cart-item__meta,
.alamard-cart-item__meta p,
.alamard-cart-item__meta dl {
    margin: 0;
    font-size: clamp(18px, 1.2vw, 23px);
    font-weight: 400;
    line-height: 1.25;
}

.alamard-cart-item__meta dl.variation {
    display: block;
}

.alamard-cart-item__meta dl.variation dt,
.alamard-cart-item__meta dl.variation dd,
.alamard-cart-item__meta dl.variation dd p {
    display: inline;
    margin: 0;
}

.alamard-cart-item__meta dl.variation dt {
    font-weight: 400;
}

.alamard-cart-item__meta dl.variation dt::after {
    content: " ";
}

.alamard-cart-item__quantity {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

.alamard-cart-quantity {
    box-sizing: border-box;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 168px;
    height: 54px;
    flex: 0 0 auto;
    background: transparent;
}

.alamard-cart-quantity button,
.alamard-cart-quantity .quantity,
.alamard-cart-quantity .qty {
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    line-height: 1;
}

.alamard-cart-quantity .quantity {
    min-width: 0;
    margin: 0;
}

.alamard-cart-quantity button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.alamard-cart-quantity .qty {
    appearance: textfield;
    -moz-appearance: textfield;
    max-width: none;
    text-align: center;
}

.alamard-cart-quantity .qty::-webkit-outer-spin-button,
.alamard-cart-quantity .qty::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.alamard-cart-quantity-fixed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 54px;
}

.alamard-cart-quantity__fixed {
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.woocommerce .alamard-cart a.alamard-cart-remove.remove {
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: calc(50% + 116px);
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #9e8460 !important;
    text-decoration: none;
    transform: translateY(-50%);
    transition: color 180ms ease, transform 180ms ease;
}

.woocommerce .alamard-cart a.alamard-cart-remove.remove:hover {
    color: #7f6646 !important;
    background: transparent !important;
    transform: translateY(calc(-50% - 1px));
}

.woocommerce .alamard-cart a.alamard-cart-remove.remove svg {
    display: block;
    width: 29px;
    height: 29px;
}

.alamard-cart-item__subtotal {
    justify-self: end;
    color: #050505;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.alamard-cart-item__subtotal .amount,
.alamard-cart-item__price .amount {
    color: inherit;
    font-weight: inherit;
}

.alamard-cart__bottom {
    grid-column: 1;
    padding-top: 46px;
}

.cart-collaterals.alamard-cart__collaterals,
.woocommerce .cart-collaterals.alamard-cart__collaterals,
.woocommerce-page .cart-collaterals.alamard-cart__collaterals,
.woocommerce-cart .cart-collaterals.alamard-cart__collaterals {
    grid-column: 2;
    width: min(100%, 364px);
    max-width: 364px;
    justify-self: end;
    float: none;
    clear: none;
    padding-top: 46px;
}

.alamard-cart__ajax-status {
    display: none;
    align-items: center;
    gap: 10px;
    min-height: 24px;
    margin: 0 0 14px;
    color: #7f6646;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
}

.alamard-cart.is-update-pending .alamard-cart__ajax-status,
.alamard-cart.is-updating .alamard-cart__ajax-status {
    display: flex;
}

.alamard-cart__spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #dfd3bd;
    border-top-color: #9e8460;
    border-radius: 50%;
    animation: alamard-cart-spin 760ms linear infinite;
}

.alamard-cart.is-updating .alamard-cart-table,
.alamard-cart.is-updating .alamard-cart__bottom,
.alamard-cart.is-updating .alamard-cart-totals {
    opacity: 0.58;
    transition: opacity 180ms ease;
}

.alamard-cart.is-updating [data-cart-quantity] {
    cursor: progress;
}

@keyframes alamard-cart-spin {
    to {
        transform: rotate(360deg);
    }
}

.alamard-cart-coupon label {
    display: block;
    margin: 0 0 8px;
    color: #050505;
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 400;
    line-height: 1.2;
}

.alamard-cart-coupon__row {
    display: flex;
    align-items: center;
    gap: 28px;
}

.alamard-cart-coupon input {
    width: min(100%, 340px);
    height: 46px;
    border: 1px solid #050505;
    border-radius: 4px;
    padding: 0 14px;
    background: transparent;
    color: #050505;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.woocommerce .alamard-cart .button,
.woocommerce .alamard-cart .checkout-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    border: 0 !important;
    border-radius: 30px !important;
    padding: 0 32px !important;
    background: #9e8460 !important;
    color: #fff !important;
    box-shadow: 0 6px 8px #00000030 !important;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.woocommerce .alamard-cart .button:hover,
.woocommerce .alamard-cart .checkout-button:hover {
    background: #8d7656 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.alamard-cart-ajax-ready .woocommerce .alamard-cart .alamard-cart__update {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.alamard-cart.is-update-pending .alamard-cart-coupon .button,
.alamard-cart.is-update-pending .checkout-button,
.alamard-cart.is-updating .alamard-cart-coupon .button,
.alamard-cart.is-updating .checkout-button {
    pointer-events: none;
    opacity: 0.66;
}

.cart-collaterals.alamard-cart__collaterals .cart_totals.alamard-cart-totals,
.woocommerce .cart-collaterals.alamard-cart__collaterals .cart_totals.alamard-cart-totals,
.woocommerce-page .cart-collaterals.alamard-cart__collaterals .cart_totals.alamard-cart-totals,
.woocommerce-cart .cart-collaterals.alamard-cart__collaterals .cart_totals.alamard-cart-totals {
    float: none;
    width: 100%;
}

.alamard-cart-totals h2 {
    display: none;
}

.alamard-cart-totals__main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
    color: #050505;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.15;
}

.alamard-cart-totals__main > span {
    white-space: nowrap;
}

.alamard-cart-totals__amount,
.alamard-cart-totals__amount strong {
    color: #050505;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.alamard-cart-totals__amount small {
    display: none;
}

.alamard-cart-totals__details {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 16px;
}

.alamard-cart-totals__detail-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.alamard-cart-totals__shipping-table {
    width: 100%;
    border: 0;
    margin: 8px 0 0;
}

.alamard-cart-totals__shipping-table th,
.alamard-cart-totals__shipping-table td {
    border: 0;
    padding: 0;
    background: transparent;
    text-align: left;
}

.alamard-cart-totals__shipping {
    max-width: 220px;
    margin: 0 0 18px;
    color: #050505;
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 400;
    line-height: 1.25;
}

.alamard-cart-totals__shipping a {
    color: #9e8460;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.alamard-cart .wc-proceed-to-checkout {
    width: 100%;
    padding: 0;
}

.alamard-cart .wc-proceed-to-checkout .checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 42px !important;
    font-size: clamp(22px, 1.35vw, 26px) !important;
    text-align: center !important;
}

.alamard-cart-empty {
    border-top: 2px solid #cbb992;
    padding: 58px 0 0;
}

.alamard-cart-empty p {
    margin: 0 0 28px;
    font-size: clamp(22px, 1.6vw, 28px);
}

.product-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 28px;
    color: #6d6d6d;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(18px, 1.2vw, 22px);
    font-weight: 400;
    line-height: 1.25;
}

.product-breadcrumbs > * {
    max-width: 100%;
}

.product-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: color 180ms ease;
}

.product-breadcrumbs a:hover {
    color: #9e8460;
}

.product-breadcrumbs span:last-child {
    color: #000;
    overflow-wrap: anywhere;
}

.product-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 805px) minmax(330px, 1fr);
    gap: clamp(72px, 6vw, 110px);
    align-items: start;
}

.product-gallery {
    position: relative;
}

.product-gallery__stage {
    position: relative;
}

.product-gallery__main {
    display: block;
    width: 100%;
    aspect-ratio: 805 / 897;
    margin: 0;
    background: #efe3cc;
    overflow: hidden;
}

.product-gallery__main[data-product-gallery-open] {
    cursor: zoom-in;
}

.product-gallery__main[data-product-gallery-open]:focus-visible {
    outline: 3px solid #9e8460;
    outline-offset: 4px;
}

.product-gallery__image,
.product-gallery__video,
.product-gallery__placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.product-gallery__image,
.product-gallery__video {
    object-fit: cover;
}

.product-gallery__video {
    max-width: none;
    background: #000;
    object-fit: contain;
}

.product-gallery__placeholder {
    background: #efe3cc;
}

.single-product .product-gallery__image,
.single-product .product-related .shop-card__image {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
}

.single-product .product-gallery__video {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
}

.product-gallery__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    border: 0;
    padding: 0;
    width: 34px;
    height: 54px;
    background: transparent;
    color: #181818;
    font-size: 64px;
    font-weight: 300;
    line-height: 0.7;
    cursor: pointer;
    transform: translateY(-50%);
}

.product-gallery__arrow:disabled {
    opacity: 0.25;
    cursor: default;
}

.product-gallery__arrow--prev {
    left: -40px;
}

.product-gallery__arrow--next {
    right: -40px;
}

.product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.product-gallery__thumb {
    position: relative;
    display: block;
    aspect-ratio: 146 / 144;
    border: 2px solid transparent;
    padding: 0;
    background: #efe3cc;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 180ms ease, transform 180ms ease;
}

.product-gallery__thumb.is-active,
.product-gallery__thumb:hover {
    border-color: #9e8460;
    transform: translateY(-1px);
}

.product-gallery__thumb:focus-visible {
    outline: 3px solid #9e8460;
    outline-offset: 3px;
}

.product-gallery__thumb-image,
.product-gallery__thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery__thumb-placeholder {
    background: #efe3cc;
}

.product-gallery__thumb-play {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    pointer-events: none;
}

.product-gallery__thumb-play::before {
    display: block;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    content: "";
}

.product-summary {
    padding-top: 4px;
    color: #000;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.product-summary__title {
    margin: 0 0 36px;
    font-size: clamp(34px, 2.3vw, 40px);
    font-weight: 700;
    line-height: 1.16;
}

.product-summary__price {
    margin-bottom: 12px;
    font-size: clamp(24px, 1.65vw, 28px);
    font-weight: 500;
    line-height: 1.2;
}

.product-summary__price .amount {
    color: inherit;
}

.product-summary__shipping {
    margin: 0 0 46px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}

.product-summary__shipping a,
.product-summary__process {
    color: #9e8460;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-summary__story {
    max-width: 560px;
    margin: 0 0 20px;
    font-size: clamp(22px, 1.45vw, 25px);
    font-weight: 400;
    line-height: 1.27;
}

.product-summary__story p {
    margin: 0 0 14px;
}

.product-summary__process {
    display: inline-block;
    margin: 0 0 50px;
    font-size: 16px;
    font-weight: 600;
}

.product-form {
    margin: 0 0 78px;
}

.product-form--variable {
    margin-top: 0;
}

.product-options {
    border: 0;
    margin: 0 0 48px;
    padding: 0;
}

.product-options legend,
.product-quantity-block__label {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.product-option-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.product-option {
    min-width: 88px;
    height: 47px;
    border: 0;
    border-radius: 999px;
    padding: 0 28px;
    background: #9e8460;
    color: #fff;
    box-shadow: 0 6px 8px #00000030;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.product-option.is-active,
.product-option:hover {
    background: #e2a864;
    transform: translateY(-1px);
}

.product-variation-select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.product-quantity-block {
    margin: 0 0 46px;
}

.product-quantity {
    box-sizing: border-box;
    display: inline-grid;
    grid-template-columns: repeat(3, 54px);
    grid-auto-flow: column;
    height: 54px;
    border: 1px solid #a88f6a;
    border-radius: 4px;
    overflow: hidden;
}

.product-quantity > * {
    grid-row: 1;
    min-width: 0 !important;
}

.product-quantity button,
.product-quantity .quantity,
.product-quantity .qty {
    box-sizing: border-box;
    width: 54px !important;
    max-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    min-width: 0 !important;
}

.product-quantity button,
.product-quantity .qty {
    border: 0;
    border-right: 1px solid #a88f6a;
    padding: 0;
    background: transparent;
    color: #000;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}

.product-quantity button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-quantity .quantity {
    display: block;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-quantity .qty {
    appearance: textfield;
}

.product-quantity button:last-child {
    border-right: 0;
}

.product-quantity .qty::-webkit-outer-spin-button,
.product-quantity .qty::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.woocommerce .alamard-cart .alamard-cart-quantity {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce .alamard-cart .alamard-cart-quantity > button,
.woocommerce .alamard-cart .alamard-cart-quantity .quantity,
.woocommerce .alamard-cart .alamard-cart-quantity .qty {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
}

.woocommerce .alamard-cart .alamard-cart-quantity .quantity {
    display: block;
    height: 100%;
    margin: 0;
}

.woocommerce .alamard-cart .alamard-cart-quantity .qty {
    max-width: none;
}

.product-add-to-cart {
    width: min(317px, 100%);
    height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 0 38px;
    background: #a88f6a;
    color: #fff;
    box-shadow: 0 6px 8px #00000026;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.product-add-to-cart:hover {
    background: #927954;
    transform: translateY(-1px);
}

.product-add-to-cart:disabled {
    opacity: 0.45;
    cursor: default;
    transform: none;
}

.product-tabs {
    margin-top: 0;
}

.product-tabs__list {
    display: flex;
    gap: 66px;
    align-items: flex-end;
    margin-bottom: 30px;
}

.product-tabs__tab {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0 0 10px;
    background: transparent;
    color: #000;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
}

.product-tabs__tab.is-active {
    color: #9e8460;
    border-bottom-color: #bca780;
}

.product-tabs__panel {
    max-width: 560px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.product-tabs__panel p {
    margin: 0 0 18px;
}

.product-related {
    margin-top: clamp(110px, 10vw, 158px);
}

.product-related h2 {
    margin: 0 0 42px;
    color: #000;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(34px, 2.4vw, 40px);
    font-weight: 400;
    line-height: 1.2;
}

.product-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(44px, 4.4vw, 72px);
}

.product-related__card .shop-card__media {
    aspect-ratio: 327 / 368;
}

.shop-pagination {
    display: flex;
    justify-content: center;
    margin-top: clamp(86px, 8vw, 122px);
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 18px;
    padding: 0 0 8px;
    border: 0;
    background: transparent;
    color: #000;
    font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    border-bottom: 2px solid #9e8460;
    background: transparent;
    color: #9e8460;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent;
    color: #9e8460;
}

@media (min-width: 1181px) {
    .shop-main {
        padding: clamp(364px, 20.8vw, 404px) 0 clamp(77px, 8vw, 128px);
    }

    .shop-main--product {
        padding-top: clamp(364px, 20.8vw, 404px);
    }

    .shop-main--cart,
    .shop-main--content-page {
        padding-top: clamp(372px, 21.5vw, 416px);
    }

    .shop-section {
        max-width: 1238px;
    }

    .shop-categories {
        margin-bottom: clamp(43px, 4.6vw, 64px);
        gap: clamp(18px, 2vw, 35px);
    }

    .shop-category {
        font-size: clamp(16px, 1vw, 18px);
    }

    .shop-toolbar {
        margin-bottom: clamp(34px, 3.2vw, 45px);
    }

    .shop-sort {
        gap: 19px;
    }

    .shop-sort__label,
    .shop-sort__select {
        font-size: clamp(17px, 1.24vw, 21px);
    }

    .shop-sort__select {
        width: 82px;
        padding-right: 22px;
        background-position:
            calc(100% - 8px) 50%,
            calc(100% - 2px) 50%;
        background-size: 7px 7px, 7px 7px;
    }

    .woocommerce .shop-section ul.products,
    .shop-grid {
        column-gap: clamp(38px, 4vw, 66px);
        row-gap: clamp(62px, 5.6vw, 85px);
    }

    .shop-card__media {
        margin-bottom: 22px;
    }

    .shop-card__name {
        margin-bottom: 19px;
        font-size: clamp(18px, 1.24vw, 21px);
    }

    .shop-card__price {
        font-size: clamp(16px, 1.12vw, 19px);
    }

    .shop-pagination {
        margin-top: clamp(69px, 6.4vw, 98px);
    }

    .woocommerce nav.woocommerce-pagination ul {
        gap: 22px;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 19px;
    }

    .shop-main--product .woocommerce-notices-wrapper,
    .product-detail {
        max-width: 1171px;
    }

    .product-breadcrumbs {
        margin-bottom: 22px;
        font-size: clamp(14px, 0.96vw, 18px);
    }

    .product-detail__grid {
        grid-template-columns: minmax(0, 644px) minmax(300px, 1fr);
        gap: clamp(58px, 4.8vw, 88px);
    }

    .product-gallery__arrow {
        width: 27px;
        height: 43px;
        font-size: 51px;
    }

    .product-gallery__arrow--prev {
        left: -32px;
    }

    .product-gallery__arrow--next {
        right: -32px;
    }

    .product-gallery__thumbs {
        gap: 14px;
        margin-top: 18px;
    }

    .product-gallery__thumb-play {
        right: 8px;
        bottom: 8px;
        width: 27px;
        height: 27px;
    }

    .product-gallery__thumb-play::before {
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 8px;
    }

    .product-summary__title {
        margin-bottom: 29px;
        font-size: clamp(27px, 1.84vw, 32px);
    }

    .product-summary__price {
        font-size: clamp(19px, 1.32vw, 22px);
    }

    .product-summary__shipping {
        margin-bottom: 37px;
        font-size: 16px;
    }

    .product-summary__story {
        max-width: 448px;
        font-size: clamp(18px, 1.16vw, 20px);
    }

    .product-summary__story p {
        margin-bottom: 11px;
    }

    .product-summary__process {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .product-form {
        margin-bottom: 62px;
    }

    .product-options {
        margin-bottom: 38px;
    }

    .product-options legend,
    .product-quantity-block__label {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .product-option-buttons {
        gap: 19px;
    }

    .product-option {
        min-width: 70px;
        height: 38px;
        padding: 0 22px;
        font-size: 15px;
    }

    .product-quantity-block {
        margin-bottom: 37px;
    }

    .product-quantity {
        grid-template-columns: repeat(3, 43px);
        height: 43px;
    }

    .product-quantity button,
    .product-quantity .quantity,
    .product-quantity .qty {
        width: 43px !important;
        max-width: 43px !important;
        height: 43px !important;
        min-height: 43px !important;
    }

    .product-quantity button,
    .product-quantity .qty {
        font-size: 16px;
        line-height: 43px;
    }

    .product-add-to-cart {
        width: min(254px, 100%);
        height: 38px;
        padding: 0 30px;
        font-size: 15px;
    }

    .product-tabs__list {
        gap: 53px;
        margin-bottom: 24px;
    }

    .product-tabs__tab {
        padding-bottom: 8px;
        font-size: 16px;
    }

    .product-tabs__panel {
        max-width: 448px;
        font-size: 16px;
    }

    .product-related {
        margin-top: clamp(88px, 8vw, 126px);
    }

    .product-related h2 {
        margin-bottom: 34px;
        font-size: clamp(27px, 1.92vw, 32px);
    }

    .product-related__grid {
        gap: clamp(35px, 3.5vw, 58px);
    }
}

@media (max-width: 1500px) {
    .alamard-cart-table__head,
    .alamard-cart-item {
        grid-template-columns: 140px minmax(220px, 1fr) 270px 150px;
        column-gap: clamp(28px, 3vw, 44px);
    }

    .alamard-cart__body {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 364px);
        column-gap: clamp(44px, 5vw, 72px);
    }
}

@media (max-width: 1180px) {
    .woocommerce .shop-section ul.products,
    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .product-summary {
        padding-top: 0;
    }

    .product-gallery__arrow--prev {
        left: 12px;
    }

    .product-gallery__arrow--next {
        right: 12px;
    }

    .product-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alamard-cart-table__head,
    .alamard-cart-item {
        grid-template-columns: 140px minmax(220px, 1fr) 270px 150px;
        column-gap: 36px;
    }

    .alamard-cart__body {
        grid-template-columns: 1fr;
    }

    .alamard-cart__bottom {
        grid-column: 1;
    }

    .cart-collaterals.alamard-cart__collaterals,
    .woocommerce .cart-collaterals.alamard-cart__collaterals,
    .woocommerce-page .cart-collaterals.alamard-cart__collaterals,
    .woocommerce-cart .cart-collaterals.alamard-cart__collaterals {
        width: min(100%, 364px);
        max-width: 364px;
        grid-column: 1;
        justify-self: end;
    }

    .alamard-cart-totals {
        display: block;
    }

    .alamard-cart-totals__main {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 24px;
    }

    .alamard-cart-totals__main > span,
    .alamard-cart-totals__amount,
    .alamard-cart-totals__amount strong {
        justify-self: auto;
    }

    .alamard-cart-totals__shipping,
    .alamard-cart .wc-proceed-to-checkout {
        width: 100%;
        justify-self: auto;
    }

    body.woocommerce-checkout .wc-block-components-sidebar-layout {
        display: block;
    }

    body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
    body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        width: 100% !important;
        max-width: none;
        flex-basis: auto !important;
    }

    body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        margin-left: 0;
        margin-top: 42px;
    }

    body.woocommerce-checkout .wc-block-checkout__terms,
    body.woocommerce-checkout .wc-block-checkout__actions_row {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 700px) {
    .alamard-mini-cart__scrim {
        background: rgba(5, 5, 5, 0.18);
    }

    .alamard-mini-cart__panel {
        inset: 8px;
        max-width: calc(100vw - 16px);
        width: auto;
        max-height: calc(100svh - 16px);
        max-height: calc(100dvh - 16px);
        border-radius: 14px;
        transform: translate3d(0, 18px, 0) scale(0.99);
        transform-origin: center bottom;
    }

    .alamard-mini-cart__header {
        flex: 0 0 auto;
        padding: 22px 16px 0 20px;
    }

    .alamard-mini-cart__header h2 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .alamard-mini-cart__close {
        width: 38px;
        height: 38px;
    }

    .alamard-mini-cart__close span,
    .alamard-mini-cart__close span::before {
        width: 24px;
        height: 3px;
    }

    .alamard-mini-cart__notice {
        margin: 14px 20px 0;
    }

    .alamard-mini-cart__content {
        min-height: 0;
        padding: 28px 16px 22px 20px;
        overflow-x: hidden;
    }

    .alamard-mini-cart-item {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 12px;
    }

    .alamard-mini-cart-item__media,
    .alamard-mini-cart-item__media a,
    .alamard-mini-cart-item__media img {
        width: 86px;
        height: 86px;
    }

    .alamard-mini-cart-item__media {
        border-radius: 12px;
    }

    .alamard-mini-cart-item__details {
        padding-top: 1px;
    }

    .alamard-mini-cart-item__details h3 {
        font-size: clamp(18px, 5.5vw, 22px);
        line-height: 1.1;
        overflow-wrap: anywhere;
    }

    .alamard-mini-cart-item__meta,
    .alamard-mini-cart-item__meta p,
    .alamard-mini-cart-item__meta dl {
        font-size: clamp(14px, 4vw, 16px);
    }

    .alamard-mini-cart-item__controls {
        gap: 10px;
        margin-top: 16px;
    }

    .alamard-mini-cart-quantity {
        grid-template-columns: repeat(3, 30px);
        width: 90px;
        height: 34px;
    }

    .alamard-mini-cart-quantity button,
    .alamard-mini-cart-quantity input {
        width: 30px;
        height: 34px;
        font-size: 16px;
        line-height: 34px;
    }

    .alamard-mini-cart-item__remove {
        width: 32px;
        height: 32px;
    }

    .alamard-mini-cart-item__remove svg {
        width: 22px;
        height: 22px;
    }

    .alamard-mini-cart-item__price {
        grid-column: 2;
        padding-top: 0;
        font-size: clamp(17px, 4.8vw, 20px);
    }

    .alamard-mini-cart__divider {
        margin: 30px 0 24px;
    }

    .alamard-mini-cart__summary {
        padding: 0;
    }

    .alamard-mini-cart__summary-main span {
        font-size: clamp(21px, 6vw, 25px);
    }

    .alamard-mini-cart__summary-main strong {
        font-size: clamp(17px, 4.8vw, 20px);
    }

    .alamard-mini-cart__summary p {
        font-size: clamp(14px, 4vw, 16px);
    }

    .alamard-mini-cart__actions {
        gap: 12px;
        margin-top: 26px;
        padding: 0;
    }

    .alamard-mini-cart__button {
        min-height: 48px;
        padding: 8px 16px;
        font-size: clamp(14px, 4vw, 16px);
        letter-spacing: 0.8px;
        line-height: 1.12;
        overflow-wrap: anywhere;
        text-align: center;
        white-space: normal;
    }

    .alamard-mini-cart-empty {
        min-height: 220px;
        padding: 0;
    }

    .shop-main {
        padding-top: 252px;
    }

    .shop-main--product {
        padding-top: 252px;
    }

    .shop-main--cart,
    .shop-main--content-page {
        padding-top: 252px;
    }

    body.woocommerce-checkout .shop-main--content-page {
        padding-top: 252px;
    }

    .shop-categories {
        display: none;
    }

    .shop-category-menu {
        display: block;
        position: relative;
        z-index: 4;
        width: min(100%, 296px);
        margin: 0 auto 58px;
        font-family: "Bricolage Grotesque", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    }

    .shop-category-menu__summary {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        min-height: 62px;
        border-radius: 999px;
        padding: 0 34px 0 44px;
        background: #e0b06d;
        color: #fff;
        box-shadow: 0 8px 16px #8a744826;
        cursor: pointer;
        font-size: clamp(22px, 6vw, 25px);
        font-weight: 700;
        line-height: 1;
        list-style: none;
        transition: background-color 180ms ease, transform 180ms ease;
    }

    .shop-category-menu__summary::-webkit-details-marker {
        display: none;
    }

    .shop-category-menu__summary:hover {
        background: #d8a662;
    }

    .shop-category-menu[open] .shop-category-menu__summary {
        transform: translateY(-1px);
    }

    .shop-category-menu__summary span:first-child {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .shop-category-menu__icon {
        flex: 0 0 auto;
        width: 34px;
        height: 25px;
        background:
            linear-gradient(#fff 0 0) 0 0 / 100% 4px no-repeat,
            linear-gradient(#fff 0 0) 0 50% / 100% 4px no-repeat,
            linear-gradient(#fff 0 0) 0 100% / 100% 4px no-repeat;
        border-radius: 4px;
    }

    .shop-category-menu__panel {
        box-sizing: border-box;
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        left: 0;
        display: grid;
        gap: 4px;
        padding: 10px;
        border: 1px solid #cbb992;
        border-radius: 22px;
        background: #fffaf0;
        box-shadow: 0 14px 26px #8a74482e;
    }

    .shop-category-menu__link {
        display: block;
        border-radius: 14px;
        padding: 12px 16px;
        color: #050505;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.2;
        text-decoration: none;
    }

    .shop-category-menu__link.is-active {
        background: #f0dfc1;
        color: #7f6646;
    }

    .shop-category-menu__link--inactive {
        color: #8f8069;
    }

    .shop-toolbar {
        margin-bottom: 34px;
    }

    .shop-sort {
        gap: 16px;
    }

    .shop-sort__select {
        width: 96px;
    }

    .woocommerce .shop-section ul.products,
    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
        row-gap: 42px;
    }

    .shop-card__media {
        margin-bottom: 14px;
    }

    .shop-card__name {
        margin-bottom: 8px;
        font-size: clamp(16px, 4.35vw, 18px);
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .shop-card__price {
        font-size: clamp(15px, 4vw, 17px);
        line-height: 1.15;
    }

    .product-breadcrumbs {
        margin-bottom: 22px;
        gap: 7px;
        font-size: clamp(14px, 4vw, 16px);
    }

    .product-breadcrumbs span:nth-last-child(2) {
        display: none;
    }

    .product-breadcrumbs span:last-child {
        flex-basis: 100%;
        margin-top: 2px;
    }

    .product-gallery__thumbs {
        gap: 10px;
        margin-top: 14px;
    }

    .product-gallery__arrow {
        top: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(253, 246, 231, 0.88);
        color: #050505;
        box-shadow: 0 6px 14px rgba(80, 61, 35, 0.22);
        font-size: 42px;
        line-height: 1;
        transform: translateY(-50%);
        backdrop-filter: blur(4px);
        transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
    }

    .product-gallery__arrow:hover:not(:disabled) {
        background: rgba(253, 246, 231, 0.96);
        color: #000;
    }

    .product-gallery__arrow:disabled {
        opacity: 0.48;
    }

    .product-gallery__arrow--prev {
        left: 10px;
        padding-right: 3px;
    }

    .product-gallery__arrow--next {
        right: 10px;
        padding-left: 3px;
    }

    .product-summary__title {
        margin-bottom: 20px;
    }

    .product-summary__shipping,
    .product-summary__story,
    .product-summary__process {
        margin-bottom: 30px;
    }

    .product-option-buttons {
        gap: 14px;
    }

    .product-option {
        min-width: 74px;
        height: 44px;
        padding: 0 20px;
    }

    .product-form {
        margin-bottom: 56px;
    }

    .product-tabs__list {
        gap: 28px;
        overflow-x: auto;
    }

    .product-tabs__tab {
        white-space: nowrap;
    }

    .product-related {
        margin-top: 80px;
    }

    .product-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 18px;
    }

    .alamard-cart__top {
        align-items: baseline;
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 48px;
    }

    .alamard-cart__top h1 {
        flex: 0 1 auto;
        font-size: clamp(34px, 9vw, 40px);
        line-height: 1;
        white-space: nowrap;
    }

    .alamard-cart__continue {
        flex: 0 1 auto;
        font-size: clamp(19px, 5.2vw, 24px);
        white-space: nowrap;
    }

    .alamard-cart__body,
    .alamard-cart-table,
    .alamard-cart-table__body,
    .alamard-cart-table__head,
    .alamard-cart-item,
    .alamard-cart-item__quantity,
    .alamard-cart__bottom,
    .alamard-cart-coupon__row,
    .cart-collaterals.alamard-cart__collaterals,
    .alamard-cart-totals,
    .alamard-cart-totals__main,
    .alamard-cart-totals__details {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
    }

    .alamard-cart-table {
        border-bottom-width: 1px;
    }

    .alamard-cart-table__head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 16px;
        min-height: 42px;
        margin-bottom: 32px;
        border-bottom: 2px solid #cbb992;
        font-size: clamp(20px, 6vw, 28px);
        text-align: left;
    }

    .alamard-cart-table__head span:first-child,
    .alamard-cart-table__head span:nth-child(3) {
        display: none;
    }

    .alamard-cart-table__head span:nth-child(2) {
        text-align: left;
    }

    .alamard-cart-table__head span:nth-child(4) {
        justify-self: end;
        text-align: right;
    }

    .alamard-cart-table__body {
        padding: 0 0 34px;
    }

    .alamard-cart-item {
        grid-template-columns: 120px minmax(0, 1fr) auto;
        gap: 26px 12px;
        min-height: 0;
        padding: 26px 0 42px;
        border-bottom: 1px solid #dfd3bd;
    }

    .alamard-cart-item:last-child {
        border-bottom: 0;
    }

    .alamard-cart-item__media {
        width: 100%;
        max-width: 120px;
        grid-column: 1;
        grid-row: 1;
    }

    .alamard-cart-item__product {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        min-width: 0;
        text-align: left;
    }

    .alamard-cart-item__product h2 {
        margin-bottom: 8px;
        font-size: clamp(20px, 5.4vw, 23px);
        white-space: nowrap;
    }

    .alamard-cart-item__price,
    .alamard-cart-item__meta,
    .alamard-cart-item__meta p,
    .alamard-cart-item__meta dl {
        font-size: clamp(18px, 5vw, 22px);
    }

    .alamard-cart-item__quantity {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
        grid-column: 1 / -1;
        grid-row: 2;
        position: static;
        align-items: center;
        justify-content: stretch;
        column-gap: 16px;
    }

    .woocommerce .alamard-cart a.alamard-cart-remove.remove {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
        position: static;
        transform: none;
    }

    .woocommerce .alamard-cart a.alamard-cart-remove.remove:hover {
        transform: translateY(-1px);
    }

    .alamard-cart-quantity {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        width: min(100%, 196px);
        height: 54px;
    }

    .alamard-cart-quantity button,
    .alamard-cart-quantity .qty {
        width: 100%;
        height: 54px;
        line-height: 54px;
        font-size: 24px;
    }

    .alamard-cart-quantity-fixed {
        width: 44px;
        height: 44px;
    }

    .alamard-cart-item__subtotal {
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        margin-left: 0;
        font-size: clamp(19px, 5.2vw, 22px);
        white-space: nowrap;
    }

    .alamard-cart__bottom {
        padding-top: 42px;
    }

    .alamard-cart-coupon__row {
        align-items: flex-end;
        flex-direction: row;
        gap: 12px;
    }

    .alamard-cart-coupon input {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        height: 54px;
    }

    .woocommerce .alamard-cart-coupon .button {
        flex: 0 0 170px;
        min-height: 54px;
        padding-left: 18px !important;
        padding-right: 18px !important;
        font-size: 17px;
        white-space: nowrap;
    }

    .cart-collaterals.alamard-cart__collaterals,
    .woocommerce .cart-collaterals.alamard-cart__collaterals,
    .woocommerce-page .cart-collaterals.alamard-cart__collaterals,
    .woocommerce-cart .cart-collaterals.alamard-cart__collaterals {
        width: 100%;
        max-width: none;
        padding-top: 32px;
        justify-self: stretch;
    }

    .alamard-cart .wc-proceed-to-checkout .checkout-button {
        width: 100% !important;
        height: 52px !important;
        min-height: 52px !important;
    }

    body.woocommerce-checkout .shop-page-content__title {
        margin-bottom: 30px;
    }

    body.woocommerce-checkout .shop-page-content,
    body.woocommerce-checkout .wp-block-woocommerce-checkout,
    body.woocommerce-checkout .wc-block-components-sidebar-layout,
    body.woocommerce-checkout .wc-block-components-main,
    body.woocommerce-checkout .wc-block-components-sidebar {
        box-sizing: border-box;
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large {
        display: block !important;
        flex-wrap: wrap !important;
    }

    body.woocommerce-checkout .wc-block-components-sidebar {
        display: none !important;
    }

    body.woocommerce-checkout .wc-block-components-checkout-step__container,
    body.woocommerce-checkout .wc-block-components-checkout-step__content,
    body.woocommerce-checkout .wc-block-components-address-form,
    body.woocommerce-checkout .wc-block-components-text-input,
    body.woocommerce-checkout .wc-blocks-components-select,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
        padding-bottom: 0 !important;
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 22px !important;
    }

    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block > .wc-block-components-checkout-step__heading {
        margin: 0 !important;
        padding: 18px 20px 12px !important;
        border-bottom: 1px solid #dfd3bd;
    }

    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block > .wc-block-components-checkout-step__heading h2 {
        margin: 0 !important;
    }

    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block > .checkout-order-summary-block-fill {
        border-width: 0 !important;
    }

    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item {
        padding-bottom: 18px !important;
    }

    body.woocommerce-checkout .wc-block-components-checkout-step {
        margin-bottom: 26px;
    }

    body.woocommerce-checkout .wc-block-components-address-form {
        gap: 14px;
    }

    body.woocommerce-checkout .wc-block-components-text-input input,
    body.woocommerce-checkout .wc-blocks-components-select__select {
        min-height: 50px;
        font-size: 16px;
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row {
        align-items: stretch;
        flex-direction: column-reverse;
        gap: 22px;
    }

    body.woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button {
        width: 100% !important;
        height: 56px !important;
        min-height: 56px !important;
    }

    body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
        align-self: flex-start;
    }
}
