.elementor-3204 .elementor-element.elementor-element-d2d1e67{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-d2d1e67 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap');

/* All rules below are scoped under .wcd-tee so they only affect this product-page
   widget and cannot leak into, or be broken by, your theme / other Elementor widgets. */
:root {
    --ivory:#FAF7F3;
    --ivory-deep:#F1ECE4;
    --ink:#241F1C;
    --ink-soft:#5B534C;
    --rose:#B8677A;
    --rose-deep:#9B4E5F;
    --rose-tint:#F3E2E4;
    --sage:#7E8B72;
    --gold:#C9A15A;
    --line:#E4DDD2;
    --white:#FFFFFF;
    --radius:14px;
    --shadow-soft: 0 8px 24px rgba(36,31,28,0.06);
    --shadow-lift: 0 16px 40px rgba(36,31,28,0.12);
  }
.wcd-tee, .wcd-tee * {box-sizing:border-box;}
html {scroll-behavior:smooth;}
.wcd-tee {
    margin:0;
    background:var(--ivory);
    color:var(--ink);
    font-family:"Inter",sans-serif;
    -webkit-font-smoothing:antialiased;
    padding-bottom:84px;
  }
.wcd-tee img {max-width:100%;display:block;}
.wcd-tee a {text-decoration:none;color:inherit;}
.wcd-tee button {font-family:inherit;cursor:pointer;}
.wcd-tee ::selection {background:var(--rose-tint);color:var(--rose-deep);}
.wcd-tee .display {font-family:"Fraunces",serif;}
.wcd-tee header.site {
    position:sticky;top:0;z-index:50;
    background:rgba(250,247,243,0.92);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
    padding:12px 16px;
    display:flex;align-items:center;justify-content:space-between;
  }
.wcd-tee .brand-logo {display:flex;align-items:center;gap:8px;}
.wcd-tee .brand-logo img {height:32px;width:auto;border-radius:6px;}
.wcd-tee .brand-name {font-family:"Fraunces",serif;font-size:15px;letter-spacing:.02em;font-weight:600;color:var(--ink);}
.wcd-tee .header-icons {display:flex;gap:16px;align-items:center;}
.wcd-tee .icon-btn {
    width:36px;height:36px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    background:var(--ivory-deep);border:none;color:var(--ink);
    position:relative;
  }
.wcd-tee .icon-btn svg {width:18px;height:18px;}
.wcd-tee .badge-dot {
    position:absolute;top:-2px;right:-2px;
    width:8px;height:8px;border-radius:50%;
    background:var(--rose);border:2px solid var(--ivory);
  }
.wcd-tee .promo-strip {
    background:var(--ink);color:var(--ivory);
    font-size:12px;letter-spacing:.03em;
    text-align:center;padding:8px 12px;
  }
.wcd-tee .promo-strip strong {color:var(--gold);font-weight:600;}
.wcd-tee .gallery {position:relative;background:var(--white);}
.wcd-tee .gallery-track {
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;
  }
.wcd-tee .gallery-track::-webkit-scrollbar {display:none;}
.wcd-tee .gallery-slide {
    min-width:100%;scroll-snap-align:center;
    aspect-ratio:4/5;
    display:flex;align-items:center;justify-content:center;
    background:linear-gradient(180deg,#FFFFFF 0%,#F6F1EC 100%);
  }
.wcd-tee .gallery-slide img {width:100%;height:100%;object-fit:cover;}
.wcd-tee .gallery-dots {
    position:absolute;bottom:14px;left:50%;transform:translateX(-50%);
    display:flex;gap:6px;background:rgba(36,31,28,0.35);
    padding:6px 8px;border-radius:20px;backdrop-filter:blur(4px);
  }
.wcd-tee .dot {width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.5);transition:.25s;}
.wcd-tee .dot.active {background:#fff;width:16px;border-radius:4px;}
.wcd-tee .gallery-counter {
    position:absolute;top:14px;right:14px;
    background:rgba(36,31,28,0.55);color:#fff;font-size:11px;
    padding:4px 9px;border-radius:20px;letter-spacing:.02em;
  }
.wcd-tee .wishlist-float {
    position:absolute;top:14px;left:14px;
    width:38px;height:38px;border-radius:50%;
    background:rgba(255,255,255,0.85);border:none;
    display:flex;align-items:center;justify-content:center;
    box-shadow:var(--shadow-soft);
  }
.wcd-tee .wishlist-float svg {width:18px;height:18px;stroke:var(--rose-deep);}
.wcd-tee .wishlist-float.active svg {fill:var(--rose-deep);}
.wcd-tee .thumb-strip {
    display:flex;gap:9px;overflow-x:auto;padding:12px 16px;
    background:var(--white);scrollbar-width:none;border-bottom:1px solid var(--line);
  }
.wcd-tee .thumb-strip::-webkit-scrollbar {display:none;}
.wcd-tee .thumb-item {
    width:56px;height:56px;flex-shrink:0;border-radius:10px;
    overflow:hidden;border:2px solid transparent;padding:0;
    background:var(--ivory-deep);transition:.18s;
  }
.wcd-tee .thumb-item img {width:100%;height:100%;object-fit:cover;display:block;}
.wcd-tee .thumb-item.active {border-color:var(--rose);}
.wcd-tee .product-info {padding:20px 18px 8px;}
.wcd-tee .eyebrow-row {
    display:flex;align-items:center;justify-content:space-between;
    margin-bottom:8px;
  }
.wcd-tee .eyebrow {
    font-size:11px;letter-spacing:.12em;text-transform:uppercase;
    color:var(--sage);font-weight:600;
  }
.wcd-tee .rating-pill {
    display:flex;align-items:center;gap:5px;
    background:var(--rose-tint);color:var(--rose-deep);
    font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;
  }
.wcd-tee .rating-pill svg {width:12px;height:12px;fill:var(--rose-deep);}
.wcd-tee h1.product-title {
    font-size:26px;line-height:1.2;font-weight:500;
    margin:0 0 6px;color:var(--ink);
  }
.wcd-tee .product-sub {
    font-size:13.5px;color:var(--ink-soft);margin:0 0 16px;
    line-height:1.5;
  }
.wcd-tee .price-row {
    display:flex;align-items:baseline;gap:10px;margin-bottom:2px;
    flex-wrap:wrap;
  }
.wcd-tee .price-now {font-size:26px;font-weight:700;color:var(--ink);font-family:"Fraunces",serif;}
.wcd-tee .price-was {font-size:15px;color:var(--ink-soft);text-decoration:line-through;}
.wcd-tee .price-off {font-size:13px;color:var(--sage);font-weight:600;}
.wcd-tee .price-tax {font-size:11.5px;color:var(--ink-soft);margin-top:2px;}
.wcd-tee .coupon-card {
    margin:18px 0;
    border:1px dashed var(--gold);
    background:linear-gradient(90deg,#FBF6EC,#FAF7F3);
    border-radius:12px;padding:12px 14px;
    display:flex;align-items:center;justify-content:space-between;gap:10px;
  }
.wcd-tee .coupon-left {display:flex;align-items:center;gap:10px;}
.wcd-tee .coupon-icon {
    width:34px;height:34px;border-radius:8px;background:var(--gold);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;
  }
.wcd-tee .coupon-icon svg {width:17px;height:17px;stroke:#fff;}
.wcd-tee .coupon-text strong {font-size:12.5px;display:block;color:var(--ink);font-weight:700;letter-spacing:.02em;}
.wcd-tee .coupon-text span {font-size:11.5px;color:var(--ink-soft);}
.wcd-tee .coupon-copy {
    font-size:11px;font-weight:700;background:var(--ink);color:var(--ivory);
    border:none;padding:7px 12px;border-radius:8px;white-space:nowrap;
    letter-spacing:.03em;
  }
.wcd-tee .coupon-copy.copied {background:var(--sage);}
.wcd-tee ..elementor-3204 .elementor-element.elementor-element-d2d1e67-block {margin-bottom:22px;}
.wcd-tee ..elementor-3204 .elementor-element.elementor-element-d2d1e67-head {
    display:flex;align-items:center;justify-content:space-between;
    margin-bottom:12px;
  }
.wcd-tee ..elementor-3204 .elementor-element.elementor-element-d2d1e67-label {font-size:13px;font-weight:600;color:var(--ink);}
.wcd-tee ..elementor-3204 .elementor-element.elementor-element-d2d1e67-value {font-size:12.5px;color:var(--ink-soft);}
.wcd-tee ..elementor-3204 .elementor-element.elementor-element-d2d1e67-link {font-size:12px;color:var(--rose-deep);font-weight:600;text-decoration:underline;text-underline-offset:2px;}
.wcd-tee .color-row {display:flex;gap:12px;}
.wcd-tee .color-swatch {
    width:42px;height:42px;border-radius:50%;
    border:2px solid transparent;position:relative;
    display:flex;align-items:center;justify-content:center;
    padding:3px;transition:.2s;
  }
.wcd-tee .color-swatch .fill {width:100%;height:100%;border-radius:50%;border:1px solid rgba(0,0,0,0.08);}
.wcd-tee .color-swatch.selected {border-color:var(--rose);}
.wcd-tee .color-swatch.selected::after {
    content:"";position:absolute;top:-5px;right:-2px;
    width:16px;height:16px;border-radius:50%;background:var(--rose);
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size:10px;background-repeat:no-repeat;background-position:center;
  }
.wcd-tee .size-row {display:flex;gap:10px;flex-wrap:wrap;}
.wcd-tee .size-pill {
    min-width:48px;height:44px;padding:0 14px;
    border-radius:10px;border:1.5px solid var(--line);
    background:var(--white);font-size:13.5px;font-weight:600;color:var(--ink);
    display:flex;align-items:center;justify-content:center;
    transition:.18s;
  }
.wcd-tee .size-pill.selected {border-color:var(--rose);background:var(--rose);color:#fff;}
.wcd-tee .size-pill.disabled {color:#C6BEB4;border-color:var(--line);background:var(--ivory-deep);position:relative;overflow:hidden;}
.wcd-tee .size-pill.disabled::after {
    content:"";position:absolute;left:-4px;right:-4px;top:50%;height:1px;
    background:#C6BEB4;transform:rotate(-14deg);
  }
.wcd-tee .qty-row {display:flex;align-items:center;gap:14px;}
.wcd-tee .qty-control {
    display:flex;align-items:center;border:1.5px solid var(--line);
    border-radius:10px;overflow:hidden;
  }
.wcd-tee .qty-btn {width:38px;height:42px;background:var(--ivory-deep);border:none;font-size:16px;color:var(--ink);}
.wcd-tee .qty-num {width:40px;text-align:center;font-size:14px;font-weight:600;}
.wcd-tee .delivery-card {
    border:1px solid var(--line);border-radius:12px;padding:14px;
    margin-bottom:22px;background:var(--white);
  }
.wcd-tee .delivery-row {
    display:flex;gap:12px;padding:9px 0;
    border-bottom:1px solid var(--ivory-deep);
  }
.wcd-tee .delivery-row:last-child {border-bottom:none;}
.wcd-tee .delivery-row svg {width:19px;height:19px;stroke:var(--sage);flex-shrink:0;margin-top:1px;}
.wcd-tee .delivery-copy strong {display:block;font-size:13px;font-weight:600;color:var(--ink);}
.wcd-tee .delivery-copy span {font-size:12px;color:var(--ink-soft);}
.wcd-tee .accordion {border-top:1px solid var(--line);}
.wcd-tee .accordion-item {border-bottom:1px solid var(--line);}
.wcd-tee .accordion-head {
    display:flex;align-items:center;justify-content:space-between;
    padding:16px 2px;background:none;border:none;width:100%;
    font-size:14.5px;font-weight:600;color:var(--ink);text-align:left;
  }
.wcd-tee .accordion-head svg {width:16px;height:16px;transition:.25s;stroke:var(--ink-soft);flex-shrink:0;}
.wcd-tee .accordion-item.open .accordion-head svg {transform:rotate(180deg);}
.wcd-tee .accordion-body {
    max-height:0;overflow:hidden;transition:max-height .3s ease;
  }
.wcd-tee .accordion-item.open .accordion-body {max-height:600px;}
.wcd-tee .accordion-inner {padding:0 2px 18px;font-size:13.5px;line-height:1.7;color:var(--ink-soft);}
.wcd-tee .spec-table {width:100%;border-collapse:collapse;margin-top:8px;}
.wcd-tee .spec-table td {padding:7px 0;font-size:13px;border-bottom:1px solid var(--ivory-deep);}
.wcd-tee .spec-table td:first-child {color:var(--ink-soft);width:40%;}
.wcd-tee .spec-table td:last-child {color:var(--ink);font-weight:500;}
.wcd-tee .section-pad {padding:6px 18px 8px;}
.wcd-tee .section-title {
    font-family:"Fraunces",serif;font-size:19px;font-weight:500;
    margin:26px 0 16px;color:var(--ink);
  }
.wcd-tee .ratings-summary {
    display:flex;gap:20px;align-items:center;
    background:var(--ivory-deep);border-radius:14px;padding:20px;
    margin-bottom:18px;
  }
.wcd-tee .ratings-big {text-align:center;flex-shrink:0;}
.wcd-tee .ratings-big .num {font-family:"Fraunces",serif;font-size:38px;font-weight:600;color:var(--ink);line-height:1;}
.wcd-tee .stars {display:flex;gap:2px;justify-content:center;margin:6px 0 4px;}
.wcd-tee .stars svg {width:13px;height:13px;fill:var(--gold);}
.wcd-tee .ratings-big .count {font-size:11.5px;color:var(--ink-soft);}
.wcd-tee .ratings-bars {flex:1;display:flex;flex-direction:column;gap:5px;}
.wcd-tee .bar-row {display:flex;align-items:center;gap:8px;font-size:11px;color:var(--ink-soft);}
.wcd-tee .bar-track {flex:1;height:6px;background:#E9E2D6;border-radius:4px;overflow:hidden;}
.wcd-tee .bar-fill {height:100%;background:var(--gold);border-radius:4px;}
.wcd-tee .fit-meter {margin-bottom:22px;}
.wcd-tee .fit-meter ..elementor-3204 .elementor-element.elementor-element-d2d1e67-label {margin-bottom:14px;display:block;}
.wcd-tee .fit-track {
    height:5px;background:var(--ivory-deep);border-radius:4px;position:relative;
  }
.wcd-tee .fit-fill {position:absolute;left:0;top:0;height:100%;width:64%;background:var(--rose);border-radius:4px;}
.wcd-tee .fit-labels {display:flex;justify-content:space-between;font-size:11px;color:var(--ink-soft);margin-top:8px;}
.wcd-tee .review-card {
    border-bottom:1px solid var(--line);padding:16px 0;
  }
.wcd-tee .review-top {display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;}
.wcd-tee .reviewer {display:flex;align-items:center;gap:10px;}
.wcd-tee .avatar {
    width:34px;height:34px;border-radius:50%;
    background:var(--rose-tint);color:var(--rose-deep);
    display:flex;align-items:center;justify-content:center;
    font-size:13px;font-weight:700;font-family:"Fraunces",serif;
  }
.wcd-tee .reviewer-name {font-size:13px;font-weight:600;color:var(--ink);}
.wcd-tee .review-date {font-size:11px;color:var(--ink-soft);}
.wcd-tee .verified-tag {
    font-size:10px;color:var(--sage);font-weight:600;
    display:flex;align-items:center;gap:3px;margin-top:2px;
  }
.wcd-tee .review-stars {display:flex;gap:2px;margin:8px 0 6px;}
.wcd-tee .review-stars svg {width:12px;height:12px;fill:var(--gold);}
.wcd-tee .review-text {font-size:13.5px;line-height:1.65;color:var(--ink-soft);}
.wcd-tee .review-photos {display:flex;gap:8px;margin-top:10px;}
.wcd-tee .review-photos img {width:56px;height:56px;object-fit:cover;border-radius:8px;}
.wcd-tee .see-all-btn {
    width:100%;padding:13px;border-radius:10px;border:1.5px solid var(--ink);
    background:none;font-size:13px;font-weight:600;color:var(--ink);margin-top:14px;
  }
.wcd-tee .trust-strip {
    display:grid;grid-template-columns:repeat(3,1fr);gap:10px;
    margin:26px 0;
  }
.wcd-tee .trust-item {
    text-align:center;padding:14px 6px;background:var(--ivory-deep);border-radius:12px;
  }
.wcd-tee .trust-item svg {width:22px;height:22px;stroke:var(--rose-deep);margin-bottom:6px;}
.wcd-tee .trust-item span {display:block;font-size:11px;color:var(--ink-soft);font-weight:500;line-height:1.4;}
.wcd-tee .related-scroll {
    display:flex;gap:12px;overflow-x:auto;padding:2px 18px 20px;
    scrollbar-width:none;
  }
.wcd-tee .related-scroll::-webkit-scrollbar {display:none;}
.wcd-tee .related-card {min-width:150px;flex-shrink:0;}
.wcd-tee .related-card img {width:150px;height:180px;object-fit:cover;border-radius:12px;background:var(--white);}
.wcd-tee .related-card .rc-name {font-size:12px;color:var(--ink);margin-top:8px;font-weight:500;line-height:1.4;}
.wcd-tee .related-card .rc-price {font-size:12.5px;font-weight:700;color:var(--ink);margin-top:3px;}
.wcd-tee .related-card .rc-was {font-size:11px;color:var(--ink-soft);text-decoration:line-through;margin-left:4px;font-weight:400;}
.wcd-tee .rc-off {font-size:10.5px;color:var(--sage);font-weight:600;margin-left:4px;}
.wcd-tee .recommended-scroll {
    display:flex;gap:12px;overflow-x:auto;padding:2px 18px 22px;
    scrollbar-width:none;
  }
.wcd-tee .recommended-scroll::-webkit-scrollbar {display:none;}
.wcd-tee .recommended-card {
    min-width:128px;flex-shrink:0;background:var(--white);
    border:1px solid var(--line);border-radius:14px;padding:8px;
  }
.wcd-tee .recommended-card .rec-img-wrap {
    width:100%;aspect-ratio:1/1;border-radius:10px;overflow:hidden;
    background:var(--ivory-deep);position:relative;
  }
.wcd-tee .recommended-card img {width:100%;height:100%;object-fit:cover;}
.wcd-tee .recommended-card .rec-badge {
    position:absolute;top:6px;left:6px;background:var(--rose);color:#fff;
    font-size:9.5px;font-weight:700;padding:2px 6px;border-radius:6px;letter-spacing:.02em;
  }
.wcd-tee .recommended-card .rec-name {
    font-size:11.5px;color:var(--ink);margin-top:8px;font-weight:500;line-height:1.35;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:30px;
  }
.wcd-tee .recommended-card .rec-price-row {display:flex;align-items:baseline;gap:5px;margin-top:4px;flex-wrap:wrap;}
.wcd-tee .recommended-card .rec-now {font-size:13px;font-weight:700;color:var(--ink);}
.wcd-tee .recommended-card .rec-was {font-size:10.5px;color:var(--ink-soft);text-decoration:line-through;}
.wcd-tee .recommended-card .rec-off {font-size:10px;color:var(--sage);font-weight:700;}
.wcd-tee footer.site-footer {
    text-align:center;padding:30px 18px 10px;color:var(--ink-soft);font-size:11.5px;
    border-top:1px solid var(--line);margin-top:10px;
  }
.wcd-tee footer.site-footer .brand-name {display:inline-block;margin-bottom:6px;}
.wcd-tee .action-bar {
    position:fixed;bottom:0;left:0;right:0;z-index:60;
    background:rgba(250,247,243,0.96);backdrop-filter:blur(10px);
    border-top:1px solid var(--line);
    padding:9px 12px calc(9px + env(safe-area-inset-bottom));
    display:flex;align-items:center;gap:9px;
  }
.wcd-tee .action-mini {
    display:flex;align-items:center;gap:9px;flex:1;min-width:0;
  }
.wcd-tee .action-mini img {
    width:42px;height:42px;border-radius:9px;object-fit:cover;
    flex-shrink:0;background:var(--ivory-deep);border:1px solid var(--line);
  }
.wcd-tee .action-mini-copy {min-width:0;}
.wcd-tee .action-mini-name {
    font-size:11.5px;font-weight:600;color:var(--ink);
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }
.wcd-tee .action-mini-price {
    display:flex;align-items:baseline;gap:5px;margin-top:2px;flex-wrap:nowrap;
  }
.wcd-tee .action-mini-price .now {font-size:13px;font-weight:700;color:var(--ink);}
.wcd-tee .action-mini-price .was {font-size:10.5px;color:var(--ink-soft);text-decoration:line-through;}
.wcd-tee .action-mini-price .off {font-size:10.5px;color:var(--sage);font-weight:700;}
.wcd-tee .btn {
    height:46px;border-radius:11px;border:none;
    font-size:13.5px;font-weight:700;letter-spacing:.01em;
    display:flex;align-items:center;justify-content:center;gap:7px;
    transition:.15s;flex-shrink:0;
  }
.wcd-tee .btn:active {transform:scale(0.97);}
.wcd-tee .btn svg {width:17px;height:17px;}
.wcd-tee .btn-secondary {background:var(--rose-tint);color:var(--rose-deep);width:46px;padding:0;}
.wcd-tee .btn-primary {background:var(--ink);color:var(--ivory);padding:0 18px;white-space:nowrap;}
.wcd-tee .btn-primary.pulse {animation:pulse .4s ease;}
@keyframes pulse{0%{transform:scale(1);}50%{transform:scale(1.03);}100%{transform:scale(1);}}
.wcd-tee .toast {
    position:fixed;bottom:78px;left:50%;transform:translateX(-50%) translateY(10px);
    background:var(--ink);color:var(--ivory);font-size:12.5px;font-weight:500;
    padding:11px 18px;border-radius:30px;z-index:80;
    opacity:0;pointer-events:none;transition:.25s;
    display:flex;align-items:center;gap:8px;white-space:nowrap;
  }
.wcd-tee .toast.show {opacity:1;transform:translateX(-50%) translateY(0);}
.wcd-tee .toast svg {width:14px;height:14px;stroke:var(--sage);}
@media (min-width:600px) {
.wcd-tee {max-width:480px;margin:0 auto;box-shadow:0 0 60px rgba(0,0,0,0.05);}
}/* End custom CSS */