/* Deployable copy of web/tailwind/theme/components/pdp.css.
   Unlayered on purpose: Magento loads this after styles.css, and @layer components
   loses to compiled Tailwind utilities. Full npm build still uses the layered source. */
/* PDP mockup layout */
.catalog-product-view .pdp-page {
    padding-top: 4px;
}
.catalog-product-view .pdp-main {
    align-items: start;
    min-width: 0;
}
.catalog-product-view .pdp-buybox {
    background: #fcfbf8;
    border: 1px solid rgba(44, 36, 30, 0.04);
    border-radius: 16px;
    padding: 28px 26px 24px;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.03), 0 18px 48px rgba(15, 23, 42, 0.07);
}
.catalog-product-view .pdp-buybox h2,
.catalog-product-view .pdp-buybox h2.text-xl,
.catalog-product-view .pdp-buybox h2.title-font,
.catalog-product-view #product_addtocart_form h2,
.catalog-product-view .product-options-wrapper h2,
.catalog-product-view #product-options-wrapper h2 {
    display: none !important;
}
.catalog-product-view #product_addtocart_form {
    margin-bottom: 0 !important;
}
.catalog-product-view .pdp-buybox .page-title,
.catalog-product-view .pdp-buybox .font-semibold,
.catalog-product-view .pdp-buybox h1 {
    font-family: "Lancelot", Georgia, serif !important;
    color: #2c241e;
    font-size: 3rem !important;
    line-height: 1.15;
    margin: 0 0 10px;
    font-weight: 400;
}
.catalog-product-view .pdp-buybox__atc {
    flex: 1 1 auto;
    min-width: 160px;
}
.catalog-product-view .pdp-atc-btn {
    width: 100% !important;
    justify-content: center;
}
.catalog-product-view .block-static-block {
    display: none !important;
}
.catalog-product-view section#description {
    display: none !important;
}
.catalog-product-view .pdp-story {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
    gap: 28px;
    align-items: start;
    margin: 48px 0 24px;
    background: #f7efe4;
    border-radius: 24px;
    padding: 36px 32px;
}
.catalog-product-view .pdp-story__kicker {
    font-family: "Manrope", Arial, sans-serif !important;
    color: #c47a3a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.catalog-product-view .pdp-story h2,
.catalog-product-view .pdp-story h2.heading-display {
    font-size: clamp(1.85rem, 1.15rem + 1.9vw, 2.625rem) !important;
    margin: 0 0 14px;
    text-align: left;
}
.catalog-product-view .pdp-story__copy p {
    font-family: "Manrope", Arial, sans-serif !important;
    color: #5b514a;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 20px;
    font-weight: 400;
    text-transform: none;
}
.catalog-product-view .pdp-story__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #c47a3a;
    color: #c47a3a;
    border-radius: 8px;
    padding: 10px 18px;
    font-family: "Manrope", Arial, sans-serif !important;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: none;
    background: #fff;
}
.catalog-product-view .pdp-story__figure img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.catalog-product-view .pdp-story__figure figcaption {
    font-family: "DM Serif Display", Georgia, "Times New Roman", serif !important;
    text-align: center;
    margin-top: 12px;
    font-size: 1.05rem;
    line-height: 1.3;
    color: #402e32;
    font-weight: 400;
}
.catalog-product-view .pdp-instagram {
    text-align: center;
    padding: 36px 0 20px;
    margin: 12px 0 8px;
}
.catalog-product-view .pdp-instagram__kicker {
    font-family: "Manrope", Arial, sans-serif;
    color: #f7931e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.catalog-product-view .pdp-instagram__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin: 0 0 26px;
    font-size: clamp(1.85rem, 1.15rem + 1.9vw, 2.625rem) !important;
}
.catalog-product-view .pdp-instagram__heading {
    font: inherit;
    color: inherit;
}
.catalog-product-view .pdp-instagram__mark {
    display: inline-flex;
    flex: 0 0 auto;
    line-height: 0;
    transform: translateY(1px);
}
.catalog-product-view .pdp-instagram__mark svg {
    display: block;
}
.catalog-product-view .pdp-instagram__feed {
    width: 100%;
    max-width: none;
    margin: 0 0 22px;
}
.catalog-product-view .pdp-instagram__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.catalog-product-view .pdp-instagram__grid a {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #f3ece3;
}
.catalog-product-view .pdp-instagram__grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog-product-view .pdp-instagram__badge {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}
.catalog-product-view .pdp-instagram__badge svg {
    display: block;
    width: 100%;
    height: 100%;
}
.catalog-product-view .pdp-instagram__frame {
    display: block;
    width: 100%;
    min-height: 190px;
}
.catalog-product-view .pdp-instagram__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1.5px solid #f7931e;
    color: #f7931e;
    border-radius: 10px;
    padding: 11px 20px;
    font-weight: 600;
    background: #fff;
}
.catalog-product-view .pdp-instagram__btn:hover {
    background: #fff8f0;
}
.catalog-product-view .pdp-newsletter {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr) 170px;
    align-items: center;
    gap: 0;
    background: #f4dcc4;
    border-radius: 24px;
    padding: 0 8px 0 0;
    margin: 28px 0 16px;
    width: 100%;
    max-width: none;
    overflow: hidden;
    min-height: 260px;
}
.catalog-product-view .pdp-newsletter__media {
    position: relative;
    align-self: stretch;
    min-height: 260px;
    overflow: hidden;
}
.catalog-product-view .pdp-newsletter__media img {
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    width: clamp(280px, 32vw, 400px) !important;
    height: clamp(280px, 32vw, 400px) !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
    object-position: 46% 52%;
    border-radius: 50%;
    display: block;
}
.catalog-product-view .pdp-newsletter__copy {
    justify-self: start;
    width: 100%;
    max-width: 640px;
    padding: 36px 12px 36px 8px;
    min-width: 0;
}
.catalog-product-view .pdp-newsletter h2,
.catalog-product-view .pdp-newsletter h2.heading-display {
    font-size: clamp(1.85rem, 1.2rem + 1.6vw, 2.5rem) !important;
    margin: 0 0 8px;
    text-align: left;
    color: #2c241e;
}
.catalog-product-view .pdp-newsletter p {
    font-family: "Manrope", Arial, sans-serif;
    color: #5b514a;
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.5;
}
.catalog-product-view .pdp-newsletter__form {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: 520px;
}
.catalog-product-view .pdp-newsletter__whisk {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 28px 8px 0;
    align-self: stretch;
}
.catalog-product-view .pdp-newsletter__whisk svg {
    width: 120px;
    height: 148px;
}
.catalog-product-view .pdp-buybox__excerpt,
.catalog-product-view .pdp-buybox__excerpt p {
    font-size: 15px;
    line-height: 1.6;
    color: #5b514a;
    margin: 0 0 16px;
}
.catalog-product-view .pdp-buybox__availability {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2f7a3e;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 22px;
}
.catalog-product-view .pdp-buybox__availability-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2f7a3e;
    display: inline-block;
}
.catalog-product-view .pdp-trust {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr) minmax(0, 1.2fr) !important;
    gap: 8px;
    margin: 0 0 28px;
}
.catalog-product-view .pdp-trust__item {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 16px;
    padding: 16px 6px 16px;
    border: 1px solid #e8e2d8;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #3a302b;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 10px rgba(15, 23, 42, 0.05);
    min-width: 0;
    min-height: 136px;
    overflow: hidden;
}
.catalog-product-view .pdp-trust__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: inherit;
    flex-shrink: 0;
    width: 4.75rem;
    height: 4.75rem;
    font-size: 3.75rem;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}
.catalog-product-view .pdp-trust__icon .pb-3 {
    padding-bottom: 0;
    line-height: 1;
    font-size: inherit;
}
.catalog-product-view .pdp-trust__icon svg,
.catalog-product-view .pdp-trust__icon img {
    width: 4.75rem;
    height: 4.75rem;
    display: block;
    overflow: visible;
}
.catalog-product-view .pdp-trust__icon--cake img {
    display: none;
}
.catalog-product-view .pdp-trust__item span:last-child {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    letter-spacing: -0.02em;
}
.catalog-product-view .product-options-wrapper {
    margin: 0;
    padding: 0;
}
.catalog-product-view .pdp-buybox .pdp-option {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    margin: 0 0 16px !important;
    width: 100%;
}
.catalog-product-view .pdp-buybox .pdp-option__meta,
.catalog-product-view .pdp-buybox .pdp-option > .pdp-option__label {
    flex: 0 0 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    padding-top: 12px;
}
.catalog-product-view .pdp-buybox .pdp-option--area .pdp-option__meta {
    padding-top: 8px;
}
.catalog-product-view .pdp-option__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.catalog-product-view .pdp-option__label {
    width: auto;
    font-weight: 700;
    color: #3a302b;
    font-size: 14px;
    line-height: 1.3;
}
.catalog-product-view .pdp-option__optional {
    font-weight: 400;
    color: #8a7d74;
}
.catalog-product-view .pdp-option__hint {
    font-weight: 400;
    color: #8a7d74;
    font-size: 12px;
    margin: 0;
}
.catalog-product-view .pdp-buybox .pdp-option__control,
.catalog-product-view .pdp-buybox .pdp-option__control .options-list,
.catalog-product-view .pdp-buybox .pdp-option__control .nested {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.catalog-product-view .pdp-option__control select,
.catalog-product-view .pdp-option__control .form-select,
.catalog-product-view .pdp-option__input,
.catalog-product-view .product-options-wrapper select {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #e6d5c4 !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238a7d74' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
    min-height: 48px !important;
    padding: 12px 40px 12px 14px !important;
    color: #6b5f57;
    appearance: none !important;
    -webkit-appearance: none !important;
}
.catalog-product-view .pdp-option__control textarea.pdp-option__input {
    min-height: 88px !important;
    resize: vertical;
    background-image: none !important;
    padding: 12px 14px !important;
}
.catalog-product-view input[type="file"],
.catalog-product-view .form-file {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #3a302b;
    font-size: 14px;
    line-height: 1.4;
    overflow: visible;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}
.catalog-product-view input[type="file"]::file-selector-button,
.catalog-product-view input[type="file"]::-webkit-file-upload-button,
.catalog-product-view .form-file::file-selector-button,
.catalog-product-view .form-file::-webkit-file-upload-button {
    margin-inline-end: 12px;
    padding: 12px 16px;
    border: 1px solid #f7931e;
    border-radius: 10px;
    background-color: #f7931e;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}
.catalog-product-view input[type="file"]::file-selector-button:hover,
.catalog-product-view input[type="file"]::-webkit-file-upload-button:hover,
.catalog-product-view .form-file::file-selector-button:hover,
.catalog-product-view .form-file::-webkit-file-upload-button:hover {
    background-color: #e48412;
}
/* Visible Browse control: Tailwind v4 zeros native ::file-selector-button.
   Native input stays in the DOM (Magento POST) but overlays the styled button. */
.catalog-product-view .pdp-file {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
}
.catalog-product-view .pdp-file input[type="file"].pdp-file__input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
}
.catalog-product-view .pdp-file__ui {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    pointer-events: none;
    z-index: 1;
}
.catalog-product-view .pdp-file__browse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid #f7931e;
    border-radius: 10px;
    background-color: #f7931e;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.catalog-product-view .pdp-file__name {
    color: #3a302b;
    font-size: 14px;
    font-weight: 400;
}
.catalog-product-view .pdp-buybox__cart-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin: 20px 0 18px;
}
.catalog-product-view .pdp-buybox__price {
    margin-right: auto;
}
.catalog-product-view .pdp-buybox__price .price-box,
.catalog-product-view .pdp-buybox__price .price-container,
.catalog-product-view .pdp-buybox__price .final-price {
    margin: 0;
    padding: 0;
}
.catalog-product-view .pdp-buybox__price .price-label {
    display: none;
}
.catalog-product-view .pdp-buybox__price .price {
    display: inline-block !important;
    font-size: 2rem;
    font-weight: 700;
    color: #2c241e;
    word-spacing: normal !important;
    letter-spacing: normal;
    white-space: nowrap;
    font-variant-numeric: tabular-nums lining-nums;
    font-kerning: normal;
}
.catalog-product-view .pdp-qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e6d5c4;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 48px;
    flex: 0 0 auto;
}
.catalog-product-view .pdp-qty-stepper > *:not(button):not(input) {
    display: contents;
}
.catalog-product-view .pdp-qty-stepper__btn {
    width: 36px;
    height: 48px;
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: #3a302b;
    cursor: pointer;
    flex: 0 0 36px;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    user-select: none;
}
.catalog-product-view .pdp-buybox__qty input[name="qty"],
.catalog-product-view .pdp-qty-input {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    flex: 0 0 48px !important;
    min-height: 46px;
    height: 46px;
    text-align: center;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0;
    color: #2c241e !important;
    background: #fff !important;
    opacity: 1 !important;
    -moz-appearance: textfield;
    appearance: textfield;
}
.catalog-product-view .pdp-buybox__qty input[name="qty"]::-webkit-outer-spin-button,
.catalog-product-view .pdp-buybox__qty input[name="qty"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.catalog-product-view .pdp-atc-btn {
    background: #f7931e !important;
    border-radius: 10px;
    min-height: 48px;
    padding: 12px 22px;
    gap: 8px;
    white-space: nowrap;
    box-shadow: none !important;
}
.catalog-product-view .pdp-atc-btn:hover {
    background: #e48412 !important;
}
.catalog-product-view .pdp-fulfillment {
    gap: 0 !important;
    margin: 0 0 24px;
    background: #fff6ea;
    border: 1px solid #f3d7b5;
    border-radius: 10px;
    overflow: hidden;
}
.catalog-product-view .pdp-fulfillment__card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 14px 16px;
    margin: 0 !important;
    box-shadow: none !important;
}
.catalog-product-view .pdp-fulfillment__card + .pdp-fulfillment__card {
    border-left: 1px solid #f3d7b5;
}
.catalog-product-view .pdp-fulfillment__card strong {
    display: block;
    font-size: 14px;
    color: #2c241e;
}
.catalog-product-view .pdp-fulfillment__card span,
.catalog-product-view .pdp-fulfillment__card div span {
    display: block;
    font-size: 12px;
    color: #6b5f57;
}
.catalog-product-view .pdp-fulfillment__icon {
    color: #c4a574;
    flex-shrink: 0;
}
.catalog-product-view .pdp-fulfillment__icon svg {
    width: 22px;
    height: 22px;
}
.catalog-product-view .pdp-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid #eee4da;
}
.catalog-product-view .pdp-accordion {
    background: #fff;
    border: 1px solid #e8e2d8 !important;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 10px rgba(15, 23, 42, 0.05);
}
.catalog-product-view .pdp-accordion:last-of-type {
    border-bottom: 1px solid #eadfd3;
}
.catalog-product-view .pdp-accordion__trigger {
    padding: 14px 16px;
    background: transparent;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #2c241e;
}
.catalog-product-view .pdp-accordion__chevron {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: #8a7d74;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.catalog-product-view .pdp-accordion__chevron svg {
    width: 18px;
    height: 18px;
    display: block;
}
.catalog-product-view .pdp-accordion__body {
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #5b514a;
}
.catalog-product-view .pdp-gallery-zoom {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3a302b;
    pointer-events: none;
}
.catalog-product-view #gallery img.shadow-md {
    border-radius: 16px;
    box-shadow: none;
}
.catalog-product-view .cta {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}
@media (max-width: 1023px) {
    .catalog-product-view .pdp-main {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 24px !important;
    }
    .catalog-product-view .pdp-buybox .page-title,
    .catalog-product-view .pdp-buybox .font-semibold,
    .catalog-product-view .pdp-buybox h1 {
        font-size: 2.4rem !important;
        line-height: 1.18;
    }
    .catalog-product-view .pdp-buybox__cart-row {
        flex-wrap: wrap;
    }
    .catalog-product-view .pdp-buybox__atc,
    .catalog-product-view .pdp-atc-btn {
        width: 100%;
        justify-content: center;
    }
    .catalog-product-view .pdp-instagram__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
    .catalog-product-view .pdp-instagram {
        position: relative;
        z-index: 1;
        margin-top: 4px;
    }
    .catalog-product-view .pdp-story {
        grid-template-columns: 1fr 1fr;
        gap: 14px 16px;
        margin: 28px 0 16px;
        padding: 22px 16px 20px;
        border-radius: 20px;
        overflow: hidden;
        isolation: isolate;
    }
    .catalog-product-view .pdp-story__copy {
        grid-column: 1 / -1;
    }
    .catalog-product-view .pdp-story__kicker {
        text-align: center;
    }
    .catalog-product-view .pdp-story__btn {
        display: flex;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .catalog-product-view .pdp-story h2 {
        font-size: 1.85rem !important;
    }
    .catalog-product-view .pdp-story__figure figcaption {
        font-size: 0.95rem;
        margin-top: 8px;
    }
    .catalog-product-view .pdp-newsletter {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 0 0 22px;
    }
    .catalog-product-view .pdp-newsletter__media {
        height: auto;
        min-height: 0;
        display: flex;
        justify-content: center;
        overflow: visible;
        padding: 18px 0 0;
    }
    .catalog-product-view .pdp-newsletter__media img {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: 168px !important;
        height: 168px !important;
        max-width: 168px !important;
        max-height: 168px !important;
        object-fit: cover !important;
        object-position: 46% 52%;
        border-radius: 50%;
    }
    .catalog-product-view .pdp-newsletter__whisk {
        display: none;
    }
    .catalog-product-view .pdp-newsletter__copy {
        padding: 14px 18px 0;
        max-width: none;
    }
    .catalog-product-view .pdp-newsletter h2 {
        font-size: 1.65rem !important;
    }
    .catalog-product-view .pdp-newsletter__form {
        flex-direction: column;
        flex-wrap: wrap !important;
        max-width: none;
    }
    .catalog-product-view .pdp-newsletter__form input,
    .catalog-product-view .pdp-newsletter__form button {
        width: 100% !important;
        flex: 1 1 auto;
    }
}
@media (max-width: 767px) {
    .catalog-product-view .pdp-buybox .page-title,
    .catalog-product-view .pdp-buybox .font-semibold,
    .catalog-product-view .pdp-buybox h1 {
        font-size: 2.15rem !important;
        line-height: 1.2;
    }
    .catalog-product-view .pdp-buybox {
        padding: 20px 16px 18px;
        border-radius: 12px;
    }
    .catalog-product-view .pdp-trust {
        grid-template-columns: 1fr !important;
        width: 100%;
        gap: 8px;
        margin: 0 0 18px;
    }
    .catalog-product-view .pdp-trust__item {
        flex-direction: row !important;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        min-height: 0;
        gap: 18px;
        padding: 12px 14px;
    }
    .catalog-product-view .pdp-trust__item span:last-child {
        max-width: none;
        flex: 1 1 auto;
        font-size: 15px;
        white-space: normal;
        overflow-wrap: break-word;
    }
    .catalog-product-view .pdp-trust__icon {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 2.5rem;
        overflow: hidden;
    }
    .catalog-product-view .pdp-trust__icon .pb-3 {
        display: none !important;
    }
    .catalog-product-view .pdp-trust__icon svg,
    .catalog-product-view .pdp-trust__icon img {
        width: 2.5rem;
        height: 2.5rem;
        flex-shrink: 0;
        object-fit: contain;
        transform: none;
    }
    .catalog-product-view .pdp-trust__icon--cake img {
        display: block;
        transform: scale(1.04);
    }
    .catalog-product-view .pdp-trust__icon--cookie img {
        transform: scale(1.34);
    }
    .catalog-product-view .pdp-trust__icon--maple img {
        transform: scale(1.02);
    }
    .catalog-product-view .pdp-buybox__availability {
        margin: 0 0 16px;
    }
    .catalog-product-view .pdp-fulfillment__card + .pdp-fulfillment__card {
        border-left: 0;
        border-top: 1px solid #f3d7b5;
    }
    .catalog-product-view .pdp-buybox__cart-row {
        flex-wrap: wrap;
    }
    .catalog-product-view .pdp-buybox__atc,
    .catalog-product-view .pdp-atc-btn {
        width: 100%;
        justify-content: center;
    }
    .catalog-product-view .pdp-buybox .pdp-option {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 6px !important;
    }
    .catalog-product-view .pdp-buybox .pdp-option__meta,
    .catalog-product-view .pdp-buybox .pdp-option > .pdp-option__label {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        padding-top: 0;
    }
    .catalog-product-view .pdp-newsletter {
        padding: 0 0 20px;
    }
    .catalog-product-view .pdp-newsletter__copy {
        padding: 12px 16px 0;
    }
    .catalog-product-view .pdp-instagram__title {
        flex-wrap: wrap;
        gap: 8px;
        padding: 0 12px;
    }
    .catalog-product-view .pdp-instagram__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
}
