/* ============================================================
   The Coffee Pearls — Brand stylesheet (tcp-brand.css)
   Loads after style.css. Styles all .tcp-* components, the
   homepage sections, fonts (Shopify), and overrides.
   ============================================================ */
:root{
  --tcp-black:#000; --tcp-white:#fff; --tcp-taupe:#b0a691; --tcp-taupe-dark:#9e917d;
  --tcp-cream:#f9f8f6; --tcp-navy:#1a2235; --tcp-text:#1a1a1a; --tcp-muted:#444;
  --tcp-border:#e6e6e6; --tcp-gold:#c8972a; --tcp-gold-l:#e2bd66; --tcp-espresso:#2c1d13;
  --page-width:1280px; --page-pad:40px; --card-radius:30px;
  --font-body:'Red Hat Display', sans-serif;
  --font-heading:'Cormorant Garamond', 'Trirong', Georgia, serif;
  --font-arabic:'Cairo', sans-serif;
}

/* ── Base / fonts (match Shopify) ── */
*,*::before,*::after{box-sizing:border-box;}
body{font-family:var(--font-body);color:var(--tcp-text);background:var(--tcp-cream);line-height:1.7;}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.15;color:#000;}
.hero__heading,.tcp-product__title,.tcp-preorder__title,.tcp-cart__title,.coffee-essence__heading,
.ycs__heading,.yvs__heading,.ytrio__card-title,.ycr__heading,.tcp-reviews__heading,
.tcp-story__title,.tcp-shop__title,.tcp-blog__title,.tcp-page__title{
  font-family:var(--font-heading);
}
body.rtl,[dir="rtl"]{font-family:var(--font-arabic);direction:rtl;}
img,video{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
.page-width{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-pad);}

/* ── Buttons ── */
.btn{display:inline-block;padding:14px 40px;font-family:var(--font-body);font-size:1rem;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:background .2s,color .2s,border-color .2s;}
.btn--outline,.btn--outline-white{background:transparent;border:1.5px solid #000;color:#000;}
.btn--outline:hover{background:#000;color:#fff;}

/* ── Announcement marquee ── */
.tcp-announce{background:#000;color:#fff;font-size:12px;letter-spacing:.08em;overflow:hidden;white-space:nowrap;padding:0;line-height:36px;height:36px;}
.tcp-announce__track{display:inline-block;white-space:nowrap;padding-left:100%;animation:tcp-marquee 22s linear infinite;will-change:transform;}
.tcp-announce__track:hover{animation-play-state:paused;}
.tcp-announce__item{display:inline-block;text-transform:uppercase;font-weight:500;}
@keyframes tcp-marquee{0%{transform:translateX(0);}100%{transform:translateX(-100%);}}

/* ── Header ── */
.tcp-header{background:var(--tcp-taupe);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,.12);}
.tcp-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-block:.75rem;}
.tcp-header__logo-link{display:flex;align-items:center;}
.tcp-header__logo-img{height:78px;width:auto;object-fit:contain;}
.tcp-header__nav{justify-self:center;}
.tcp-header__nav-list{list-style:none;display:flex;gap:2.2rem;margin:0;padding:0;}
.tcp-header__nav-item{position:relative;}
.tcp-header__nav-link{display:inline-block;font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#000;padding:6px 0;transition:opacity .2s;}
.tcp-header__nav-link:hover{opacity:.7;}
.tcp-header__nav-link.is-active{border-bottom:1px solid #000;}
/* dropdowns */
.tcp-has-dropdown>.tcp-header__nav-link::after{content:'\25BE';margin-left:6px;font-size:.7em;opacity:.75;}
.tcp-has-dropdown::after{content:'';position:absolute;top:100%;left:0;right:0;height:18px;}
.tcp-header__dropdown{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);min-width:235px;list-style:none;margin:0;padding:8px 0;background:var(--tcp-taupe);border-top:2px solid rgba(0,0,0,.14);box-shadow:0 14px 32px rgba(0,0,0,.20);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease;z-index:300;}
.tcp-has-dropdown:hover .tcp-header__dropdown,.tcp-has-dropdown:focus-within .tcp-header__dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}
.tcp-header__dropdown li{margin:0;}
.tcp-header__dropdown a{display:block;padding:11px 24px;white-space:nowrap;color:#000;font-family:var(--font-body);font-size:.76rem;letter-spacing:.07em;text-transform:uppercase;transition:background .15s ease;}
.tcp-header__dropdown a:hover{background:rgba(0,0,0,.08);}
.tcp-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;}
.tcp-header__lang{display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;letter-spacing:.06em;color:#000;}
.tcp-header__lang-btn{color:#000;opacity:.6;}
.tcp-header__lang-btn.is-active{opacity:1;text-decoration:underline;}
.tcp-header__lang-sep{opacity:.5;}
.tcp-header__cart{color:#000;display:flex;align-items:center;position:relative;}
.tcp-header__cart-count{position:absolute;top:-8px;right:-8px;background:#fff;color:#000;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.tcp-header__burger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:4px;}
.tcp-header__burger span{display:block;width:24px;height:2px;background:#000;}
/* mobile nav drawer */
.tcp-mobile-nav{display:none;position:fixed;inset:0;background:var(--tcp-taupe);z-index:500;padding:72px 32px 40px;flex-direction:column;}
.tcp-mobile-nav.is-open{display:flex;}
.tcp-mobile-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;}
.tcp-mobile-nav__link{display:block;font-family:var(--font-body);font-size:1.1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;}
.tcp-mobile-nav__sublink{display:block;padding:6px 0 6px 18px;font-size:.95rem;color:rgba(255,255,255,.72);}
.tcp-mobile-nav__lang{margin-top:12px;color:#fff;font-weight:700;}
.tcp-main{min-height:40vh;}

/* ── Hero ── */
.hero{position:relative;overflow:hidden;min-height:80vh;display:flex;align-items:center;justify-content:center;}
.hero__media{position:absolute;inset:0;}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.15) 60%);}
.hero__content{position:relative;z-index:2;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:2rem;padding-block:6rem 4rem;}
.hero__heading{color:#fff;font-size:clamp(2.8rem,6vw,5rem);font-weight:600;text-shadow:0 2px 20px rgba(0,0,0,.4);}
/* hero button: transparent box (outline) */
.hero__btn{display:inline-block;padding:.85rem 2.5rem;background:transparent;color:#fff;border:2px solid #fff;text-decoration:none;font-family:var(--font-body);font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;transition:background .2s,color .2s;}
.hero__btn:hover{background:#fff;color:#000;}

/* ── Bestsellers + product cards ── */
.bestsellers{background:var(--tcp-cream);padding:64px 0;}
.bestsellers__header{text-align:center;margin-bottom:40px;}
.bestsellers__label{font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:.06em;text-transform:uppercase;color:#000;margin:0 0 10px;}
.bestsellers__sub{color:#555;font-size:1rem;}
.bestsellers__footer{text-align:center;margin-top:40px;}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.product-card{display:flex;flex-direction:column;background:#fff;border-radius:var(--card-radius);overflow:hidden;transition:transform .3s,box-shadow .3s;}
.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.10);}
.product-card__img-link{display:block;aspect-ratio:1;overflow:hidden;background:var(--tcp-cream);}
.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.product-card__img-link:hover .product-card__img{transform:scale(1.05);}
.product-card__info{padding:1.25rem 1rem 1.6rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;}
.product-card__soldout{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#b00020;}
.product-card__title{font-family:var(--font-heading);font-size:1.02rem;font-weight:600;color:#000;display:block;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.5;min-height:1.6em;}
.product-card__price{font-size:1rem;font-weight:700;color:#000;}
.product-card__btn{margin-top:.4rem;display:inline-block;padding:.6rem 1.6rem;background:#000;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background .2s;}
.product-card__btn:hover{background:var(--tcp-taupe);}

/* ── Coffee Essence (navy) ── */
.coffee-essence{background:var(--tcp-navy);color:#fff;padding:80px 0;}
.coffee-essence__inner{max-width:720px;margin:0 auto;padding:0 var(--page-pad);text-align:center;}
.coffee-essence__heading{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#fff;margin:0 0 32px;}
.coffee-essence__body{text-align:justify;text-align-last:center;}
.coffee-essence__body p{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:#fff;margin:0 0 12px;}
.coffee-essence__cta{margin-top:36px;}
.coffee-essence__btn{display:inline-block;padding:14px 40px;border:1.5px solid #fff;color:#fff;background:transparent;font-family:var(--font-body);letter-spacing:.02em;transition:background .2s,color .2s;}
.coffee-essence__btn:hover{background:#fff;color:var(--tcp-navy);}

/* ── Showcase (image) + Video showcase ── */
.ycs,.yvs{background:var(--tcp-cream);}
.ycs{padding-top:56px;}
.yvs{padding-top:56px;padding-bottom:56px;}
.ycs__grid,.yvs__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:520px;width:100%;}
.ycs__content{display:flex;flex-direction:column;justify-content:center;padding:64px 48px 64px var(--page-pad);max-width:640px;}
.yvs__content{display:flex;flex-direction:column;justify-content:center;padding:64px var(--page-pad) 64px 48px;max-width:640px;}
.ycs__heading,.yvs__heading{font-size:clamp(1.6rem,2.4vw,2.5rem);font-weight:400;line-height:1.2;color:#000;margin:0 0 28px;}
.ycs__heading strong,.yvs__heading strong{font-weight:700;}
.ycs__body p,.yvs__body p{font-family:var(--font-body);font-size:.975rem;line-height:1.75;color:#000;margin:0 0 16px;}
.ycs__media{position:relative;overflow:hidden;min-height:520px;}
.yvs__media{position:relative;overflow:hidden;height:520px;}
.ycs__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% center;}
.yvs__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}

/* ── Trio cards ── */
.ytrio{background:var(--tcp-cream);padding:56px 40px 72px;}
.ytrio__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1200px;margin:0 auto;}
.ytrio__card{display:flex;flex-direction:column;background:#fff;overflow:hidden;}
.ytrio__img-wrap{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;}
.ytrio__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.ytrio__card:hover .ytrio__img{transform:scale(1.04);}
.ytrio__card-body{padding:24px 24px 32px;flex:1;}
.ytrio__card-title{font-size:1.3rem;font-weight:700;color:#000;margin:0 0 12px;}
.ytrio__card-text{font-family:var(--font-body);font-size:.9rem;line-height:1.75;color:#333;margin:0;}

/* ── Reviews carousel ("What Our Customers Say") — WHITE background ── */
.ycr{padding:64px 0;overflow:hidden;background:#ffffff;}
.ycr__inner{max-width:var(--page-width);margin:0 auto;padding:0 24px;}
.ycr__header{text-align:center;margin-bottom:40px;}
.ycr__heading{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#1a1a1a;margin:0 0 8px;}
.ycr__subheading{font-size:1rem;color:#666;opacity:.8;letter-spacing:.02em;}
.ycr__loading{display:flex;justify-content:center;gap:8px;padding:40px 0;}
.ycr__dot{width:8px;height:8px;border-radius:50%;background:#1a1a1a;opacity:.3;animation:ycr-pulse 1.2s ease-in-out infinite;}
.ycr__dot:nth-child(2){animation-delay:.2s;}
.ycr__dot:nth-child(3){animation-delay:.4s;}
@keyframes ycr-pulse{0%,80%,100%{transform:scale(.8);opacity:.3;}40%{transform:scale(1.2);opacity:1;}}
.ycr__carousel-wrapper{position:relative;display:flex;align-items:center;gap:12px;}
.ycr__viewport{flex:1;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);}
.ycr__track{display:flex;gap:24px;will-change:transform;width:max-content;}
.ycr__card{flex:0 0 300px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:28px 24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 12px rgba(0,0,0,.05);}
.ycr__stars{font-size:1.1rem;color:var(--tcp-gold);letter-spacing:2px;line-height:1;}
.ycr__title{font-weight:700;font-size:.95rem;color:#1a1a1a;margin:0;line-height:1.4;}
.ycr__quote{font-size:.9rem;color:#444;line-height:1.65;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.ycr__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:8px;border-top:1px solid rgba(0,0,0,.06);}
.ycr__name{font-weight:600;font-size:.85rem;color:#1a1a1a;}
.ycr__badge{font-size:.72rem;font-weight:600;color:#2e7d32;background:#e8f5e9;border-radius:20px;padding:2px 8px;}
.ycr__arrow{flex:0 0 auto;width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(0,0,0,.15);background:#fff;color:#1a1a1a;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;z-index:2;}
.ycr__arrow:hover{background:#1a1a1a;color:#fff;border-color:transparent;}

/* ── Product page ── */
.tcp-product{display:grid;grid-template-columns:1fr 1fr;gap:56px;padding:60px var(--page-pad) 80px;align-items:start;}
.tcp-product__main-img-wrap{background:#f9f8f6;border-radius:8px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center;}
.tcp-product__main-img{width:100%;height:100%;object-fit:contain;transition:opacity .3s;}
.tcp-product__thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap;}
.tcp-product__thumb{width:72px;height:72px;object-fit:contain;background:#f9f8f6;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:border-color .2s;}
.tcp-product__thumb.is-active,.tcp-product__thumb:hover{border-color:#b0a691;}
.tcp-product__region{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#b0a691;margin:0 0 8px;}
.tcp-product__title{font-size:clamp(24px,3vw,36px);font-weight:600;margin:0 0 12px;line-height:1.2;}
.tcp-product__price{font-size:24px;font-weight:600;color:#000;margin:0 0 16px;}
.tcp-product__meta{display:flex;gap:20px;font-size:13px;color:#666;margin-bottom:18px;flex-wrap:wrap;}
.tcp-product__stock{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 0 18px;}
.tcp-product__stock.is-instock{color:#2e7d32;}
.tcp-product__stock.is-soldout{color:#b00020;}
.tcp-product__btn{display:inline-block;background:#000;color:#fff;padding:14px 32px;font-size:14px;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;transition:background .2s;margin-bottom:20px;}
.tcp-product__btn:hover{background:#b0a691;color:#fff;}
.tcp-product__btn--disabled{background:#888 !important;cursor:not-allowed;}
.tcp-product__shipping{font-size:13px;color:#555;line-height:1.7;margin:0 0 28px;padding:14px 16px;background:#f9f8f6;border-left:3px solid #b0a691;}
.tcp-product__description{font-family:var(--font-body);font-size:15px;line-height:1.8;text-align:justify;}
.tcp-product__description h2{font-family:var(--font-heading);text-align:left;font-size:22px;margin:24px 0 12px;}
.tcp-product__description ul{padding-left:20px;}
.tcp-product__description li{margin-bottom:6px;}

/* ── Yotpo-style reviews on product page ── */
.tcp-reviews{padding:24px var(--page-pad) 72px;}
.tcp-reviews__heading{text-align:center;font-size:clamp(22px,3vw,30px);margin:0 0 12px;}
.tcp-reviews__summary{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 32px;flex-wrap:wrap;}
.tcp-reviews__avg{font-size:30px;font-weight:700;color:#000;}
.tcp-reviews__summary .ystar{color:var(--tcp-gold);font-size:20px;letter-spacing:2px;}
.tcp-reviews__count{color:#666;font-size:14px;}
.tcp-reviews__list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:980px;margin:0 auto;}
.tcp-review{border:1px solid var(--tcp-border);border-radius:8px;padding:24px;background:#fff;}
.tcp-review__head{display:flex;align-items:center;gap:12px;margin-bottom:10px;}
.tcp-review__avatar{width:44px;height:44px;border-radius:50%;background:#b0a691;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex:0 0 auto;}
.tcp-review__who{display:flex;flex-direction:column;}
.tcp-review__name{font-weight:700;font-size:15px;color:#000;}
.tcp-review__verified{font-size:12px;color:#2e7d32;}
.tcp-review__rating{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.tcp-review__rating .ystar{color:var(--tcp-gold);font-size:16px;letter-spacing:2px;}
.tcp-review__date{font-size:12px;color:#999;}
.tcp-review__title{font-weight:700;font-size:15px;color:#000;margin:0 0 6px;text-align:left;}
.tcp-review__body{font-family:var(--font-body);font-size:14px;line-height:1.7;color:#444;text-align:left;margin:0;}
.tcp-reviews__loading,.tcp-reviews__empty{text-align:center;color:#777;}

/* ── Cart page ── */
.tcp-cart{padding:64px 0 80px;text-align:center;}
.tcp-cart__title{font-size:clamp(28px,4vw,44px);margin:0 0 16px;}
.tcp-cart__sub{color:#555;margin:0 0 28px;}
.tcp-cart__sub a{text-decoration:underline;}
.tcp-cart__continue{display:inline-block;background:#000;color:#fff;padding:14px 40px;text-transform:uppercase;letter-spacing:.08em;font-size:14px;}
.tcp-cart__continue:hover{background:#b0a691;}
.tcp-cart__discover{margin:72px 0 28px;font-size:clamp(22px,3vw,30px);}
.tcp-cart__grid{text-align:left;}

/* ── Pre-Order page ── */
.tcp-preorder__hero{text-align:center;padding:72px 0 24px;}
.tcp-preorder__eyebrow{letter-spacing:.2em;font-size:13px;text-transform:uppercase;color:#b0a691;margin:0 0 8px;}
.tcp-preorder__title{font-size:clamp(30px,5vw,52px);margin:0 0 18px;}
.tcp-preorder__lede{max-width:760px;margin:0 auto;font-family:var(--font-body);font-size:17px;line-height:1.8;color:#444;}
.tcp-preorder__section{padding:36px 0;border-top:1px solid var(--tcp-border);}
.tcp-preorder__section h2{font-size:clamp(22px,3vw,32px);margin:0 0 18px;text-align:center;}
.tcp-preorder__section p{font-family:var(--font-body);font-size:16px;line-height:1.8;margin:0 0 14px;}
.tcp-preorder__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.tcp-preorder__step{background:#f9f8f6;padding:24px;border-radius:8px;}
.tcp-preorder__step-num{font-size:28px;font-weight:700;color:#b0a691;display:block;margin-bottom:10px;}
.tcp-preorder__step h3{font-size:18px;margin:0 0 8px;}
.tcp-preorder__step p{font-family:var(--font-body);font-size:14px;line-height:1.7;color:#555;margin:0;}
.tcp-preorder__terms{list-style:disc;padding-left:22px;}
.tcp-preorder__terms li{font-family:var(--font-body);font-size:15px;line-height:1.8;margin-bottom:10px;}
.tcp-preorder__campaigns{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.tcp-preorder__campaign{border:1px solid var(--tcp-border);border-radius:8px;padding:28px;background:#fff;}
.tcp-preorder__campaign h3{font-size:22px;margin:8px 0;}
.tcp-preorder__campaign-meta{color:#b0a691;font-size:14px;letter-spacing:.04em;}
.tcp-preorder__badge{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:20px;}
.tcp-preorder__badge--soldout{background:#fdecec;color:#b00020;}
.tcp-preorder__badge--soon{background:#eef3ff;color:#1a2235;}
.tcp-preorder__cta{text-align:center;padding:48px 0 72px;}
.tcp-preorder__cta h2{font-size:clamp(22px,3vw,32px);margin:0 0 12px;}
.tcp-preorder__cta p{max-width:640px;margin:0 auto 24px;color:#555;line-height:1.8;font-family:var(--font-body);}
.tcp-preorder__cta-btn{display:inline-block;background:#000;color:#fff;padding:14px 40px;text-transform:uppercase;letter-spacing:.08em;font-size:14px;}
.tcp-preorder__cta-btn:hover{background:#b0a691;}

/* ── Story / Shop / Blog / Page generic ── */
.tcp-story,.tcp-shop,.tcp-blog,.tcp-page{padding:64px 0;background:var(--tcp-cream);}
.tcp-story__inner,.tcp-page__inner{max-width:820px;margin:0 auto;}
.tcp-story__title,.tcp-shop__title,.tcp-blog__title,.tcp-page__title{text-align:center;font-size:clamp(28px,4vw,44px);margin:0 0 28px;}
.tcp-story__body p{font-family:var(--font-body);font-size:1rem;line-height:1.85;color:#333;margin:0 0 18px;text-align:justify;}
.tcp-shop__sub{text-align:center;color:#666;margin:0 0 36px;}
.tcp-page__content{font-family:var(--font-body);line-height:1.8;color:#333;}
.tcp-page__content p{margin:0 0 16px;}
.tcp-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.tcp-blog-card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(0,0,0,.05);}
.tcp-blog-card__img-wrap{display:block;aspect-ratio:16/10;overflow:hidden;}
.tcp-blog-card__img{width:100%;height:100%;object-fit:cover;}
.tcp-blog-card__body{padding:20px 22px 26px;flex:1;display:flex;flex-direction:column;}
.tcp-blog-card__date{font-size:.78rem;color:#999;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;}
.tcp-blog-card__title{font-size:1.3rem;line-height:1.25;margin:0 0 10px;}
.tcp-blog-card__excerpt{font-family:var(--font-body);font-size:.9rem;line-height:1.7;color:#555;flex:1;}
.tcp-blog-card__link{margin-top:12px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#000;}
.tcp-inventory h1{text-align:left;}

/* ── Footer ── */
.tcp-footer{background:#000;color:#fff;padding:64px 0 32px;}
.tcp-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;}
.tcp-footer__brand p{font-family:var(--font-body);font-size:.85rem;line-height:1.7;color:rgba(255,255,255,.6);}
.tcp-footer__brand img{height:48px;width:auto;}
.tcp-footer__col-title{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin:0 0 18px;}
.tcp-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}
.tcp-footer__links a{font-family:var(--font-body);font-size:.875rem;color:rgba(255,255,255,.6);transition:color .2s;}
.tcp-footer__links a:hover{color:#fff;}
.tcp-footer__shipping p{font-family:var(--font-body);font-size:.85rem;color:rgba(255,255,255,.6);margin:.25rem 0;}
.tcp-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-family:var(--font-body);font-size:.8rem;color:rgba(255,255,255,.5);}

/* ── RTL ── */
[dir="rtl"] .ycs__content,[dir="rtl"] .yvs__content,[dir="rtl"] .tcp-story__body p,[dir="rtl"] .tcp-product__title,[dir="rtl"] .tcp-product__region{text-align:right;}
.ycr,.ycr__heading,.ycr__subheading,.ycr__title,.ycr__quote,.ycr__name,.ycr__badge,.ycr__stars{font-family:'Cairo',sans-serif;}

/* ── Responsive ── */
@media (max-width:989px){
  .tcp-header__nav{display:none;}
  .tcp-header__burger{display:flex;}
  .tcp-header__inner{grid-template-columns:auto 1fr auto;}
  .tcp-header__dropdown{display:none;}
  .tcp-has-dropdown>.tcp-header__nav-link::after{content:'';}
  .product-grid{grid-template-columns:repeat(2,1fr);}
  .tcp-footer__grid{grid-template-columns:1fr 1fr;gap:32px;}
  .ytrio__grid{grid-template-columns:repeat(2,1fr);}
  .tcp-blog__grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:749px){
  :root{--page-pad:20px;}
  .product-grid{grid-template-columns:1fr;gap:14px;}
  .ycs__grid,.yvs__grid{grid-template-columns:1fr;min-height:unset;}
  .ycs__content,.yvs__content{padding:40px 24px;max-width:100%;}
  .ycs__media{min-height:320px;}
  .yvs__media{height:280px;}
  .ytrio{padding:40px 20px 56px;}
  .ytrio__grid{grid-template-columns:1fr;}
  .tcp-product{grid-template-columns:1fr;gap:32px;padding:40px var(--page-pad) 60px;}
  .tcp-reviews__list{grid-template-columns:1fr;}
  .tcp-preorder__steps{grid-template-columns:1fr 1fr;}
  .tcp-preorder__campaigns{grid-template-columns:1fr;}
  .tcp-footer__grid{grid-template-columns:1fr;}
  .tcp-blog__grid{grid-template-columns:1fr;}
  .tcp-announce__track{animation-duration:18s;}
}


/* ── Footer: contact, newsletter, policies (match original structure) ── */
.tcp-footer__contact p{font-family:var(--font-body);font-size:.875rem;line-height:1.7;color:rgba(255,255,255,.62);margin:.35rem 0;}
.tcp-footer__contact a{color:rgba(255,255,255,.82);}
.tcp-footer__contact a:hover{color:#fff;}
.tcp-footer__newsletter{display:flex;margin-top:10px;max-width:330px;}
.tcp-footer__newsletter input{flex:1;padding:12px 14px;border:1px solid rgba(255,255,255,.25);border-right:none;background:rgba(255,255,255,.06);color:#fff;font-family:var(--font-body);font-size:.85rem;outline:none;}
.tcp-footer__newsletter input::placeholder{color:rgba(255,255,255,.4);}
.tcp-footer__newsletter button{padding:12px 20px;background:#fff;color:#000;border:none;font-size:.72rem;font-weight:700;letter-spacing:.06em;cursor:pointer;white-space:nowrap;}
.tcp-footer__newsletter button:hover{background:#e5e5e5;}
.tcp-footer__policies{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.tcp-footer__policies-label{font-weight:700;color:rgba(255,255,255,.7);flex-basis:100%;margin-bottom:4px;}
.tcp-footer__policies a{color:rgba(255,255,255,.5);}
.tcp-footer__policies a:hover{color:#fff;}



/* ── Footer brand tagline + single-line contact ── */
.tcp-footer__tagline{font-family:var(--font-body);font-size:.85rem;line-height:1.7;color:rgba(255,255,255,.6);margin:1rem 0 0;max-width:340px;}
.tcp-footer__ships{font-family:var(--font-body);font-size:.8rem;color:rgba(255,255,255,.5);margin:.75rem 0 0;}
.tcp-footer__contact p{white-space:nowrap;}
@media (max-width:749px){ .tcp-footer__contact p{white-space:normal;} }



/* ── Product page: breadcrumb, tax, options, qty, accordions, rating ── */
.tcp-pcrumb{font-family:var(--font-body);font-size:.78rem;color:#777;padding:24px var(--page-pad) 0;letter-spacing:.02em;}
.tcp-pcrumb a:hover{color:#000;}
.tcp-product__tax{font-size:.78rem;color:#888;margin:-8px 0 18px;}
.tcp-product__rating-inline{display:flex;align-items:center;gap:8px;margin:0 0 12px;}
.tcp-product__rating-inline .ystar{color:var(--tcp-gold);font-size:15px;letter-spacing:2px;}
.tcp-rating-inline__count{font-size:.8rem;color:#777;text-decoration:underline;}
.tcp-product__option{margin:0 0 18px;}
.tcp-product__option-label{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#666;margin-bottom:8px;}
.tcp-product__swatch{display:inline-block;padding:8px 18px;border:1.5px solid #000;font-size:.85rem;letter-spacing:.04em;}
.tcp-product__swatch.is-active{background:#000;color:#fff;}
.tcp-product__buy{display:flex;align-items:stretch;gap:14px;margin:0 0 24px;flex-wrap:wrap;}
.tcp-qty{display:inline-flex;align-items:center;border:1.5px solid #ccc;}
.tcp-qty__btn{width:42px;height:46px;background:none;border:none;font-size:18px;cursor:pointer;color:#000;}
.tcp-qty__btn:hover{background:#f1efe9;}
.tcp-qty__input{width:46px;height:46px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-family:var(--font-body);font-size:15px;}
.tcp-product__buy .tcp-product__btn{margin:0;flex:1;min-width:180px;text-align:center;}
.tcp-acc{border-top:1px solid var(--tcp-border);}
.tcp-acc:last-of-type{border-bottom:1px solid var(--tcp-border);}
.tcp-acc summary{list-style:none;cursor:pointer;padding:16px 0;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center;}
.tcp-acc summary::-webkit-details-marker{display:none;}
.tcp-acc summary::after{content:'+';font-size:18px;font-weight:400;}
.tcp-acc[open] summary::after{content:'\2212';}
.tcp-acc__body{padding:0 0 20px;}

/* ── Reviews: score + breakdown bars + write button ── */
.tcp-reviews__top{display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center;padding:24px 0 28px;border-top:1px solid var(--tcp-border);border-bottom:1px solid var(--tcp-border);margin-bottom:28px;}
.tcp-reviews__score{display:flex;flex-direction:column;align-items:center;gap:4px;}
.tcp-reviews__score .ystar{color:var(--tcp-gold);font-size:18px;letter-spacing:2px;}
.tcp-reviews__avg{font-size:40px;font-weight:700;line-height:1;color:#000;}
.tcp-reviews__count{font-size:.8rem;color:#777;}
.tcp-reviews__bars{display:flex;flex-direction:column;gap:5px;max-width:360px;width:100%;}
.tcp-bar{display:flex;align-items:center;gap:10px;font-size:.78rem;color:#666;}
.tcp-bar__n{width:34px;white-space:nowrap;}
.tcp-bar__track{flex:1;height:8px;background:#eee;border-radius:4px;overflow:hidden;}
.tcp-bar__fill{display:block;height:100%;background:var(--tcp-gold);}
.tcp-bar__c{width:24px;text-align:right;}
.tcp-reviews__write{background:#000;color:#fff;border:none;padding:14px 26px;font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .2s;}
.tcp-reviews__write:hover{background:var(--tcp-taupe);}

/* ── Write-a-review form ── */
.tcp-revform{max-width:620px;margin:0 auto 36px;border:1px solid var(--tcp-border);border-radius:8px;padding:28px;background:#fff;}
.tcp-revform h3{font-size:1.4rem;margin:0 0 16px;}
.tcp-revform__label{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#666;margin-bottom:6px;}
.tcp-revform__stars{display:flex;gap:6px;margin-bottom:16px;font-size:28px;color:var(--tcp-gold);cursor:pointer;}
.tcp-revform__star{line-height:1;transition:transform .1s;}
.tcp-revform__star.is-on{color:var(--tcp-gold);}
.tcp-revform__row{display:flex;gap:12px;}
.tcp-revform input,.tcp-revform textarea{width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:4px;font-family:var(--font-body);font-size:14px;margin-bottom:12px;background:#fff;}
.tcp-revform textarea{resize:vertical;}
.tcp-revform__submit{background:#000;color:#fff;border:none;padding:13px 32px;font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s;}
.tcp-revform__submit:hover{background:var(--tcp-taupe);}
.tcp-revform__msg{margin:14px 0 0;font-size:.85rem;}
.tcp-revform__msg.is-ok{color:#2e7d32;}
.tcp-revform__msg.is-err{color:#b00020;}

/* ── Related products ── */
.tcp-related{padding:24px var(--page-pad) 80px;}
.tcp-related__heading{text-align:center;font-size:clamp(22px,3vw,30px);margin:0 0 28px;}

@media (max-width:749px){
  .tcp-reviews__top{grid-template-columns:1fr;gap:18px;text-align:center;}
  .tcp-reviews__bars{margin:0 auto;}
  .tcp-revform__row{flex-direction:column;gap:0;}
}


/* ── Arabic (RTL): unify all home/page text to Cairo + larger menu bar ── */
[dir="rtl"] *{ font-family:'Cairo', sans-serif !important; }
[dir="rtl"] .tcp-header__nav-link{ font-size:1rem; letter-spacing:0; }
[dir="rtl"] .tcp-header__dropdown a{ font-size:.9rem; letter-spacing:0; }
[dir="rtl"] .tcp-mobile-nav__link{ font-size:1.25rem; }



/* ── Reviews summary: stack the score and the "Write a Review" button vertically ── */
.tcp-reviews__top{ grid-template-columns:auto 1fr; grid-template-areas:"score bars" "cta bars"; align-items:start; row-gap:20px; }
.tcp-reviews__score{ grid-area:score; align-items:flex-start; }
.tcp-reviews__bars{ grid-area:bars; }
.tcp-reviews__cta{ grid-area:cta; justify-self:start; }
@media (max-width:749px){
  .tcp-reviews__top{ grid-template-columns:1fr; grid-template-areas:"score" "cta" "bars"; justify-items:center; }
  .tcp-reviews__score{ align-items:center; }
}


/* ── Reviews summary: center the score + Write-a-Review button (stacked, centered) ── */
.tcp-reviews__top{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:16px; }
.tcp-reviews__score{ order:1; align-items:center; }
.tcp-reviews__cta{ order:2; justify-self:center; }
.tcp-reviews__bars{ order:3; margin:0 auto; max-width:360px; width:100%; }


/* ── RTL: right-align product description heading + list ── */
[dir="rtl"] .tcp-product__description h2{ text-align:right; }
[dir="rtl"] .tcp-product__description ul{ padding-right:20px; padding-left:0; }
[dir="rtl"] .tcp-product__description li{ text-align:right; }


/* ── Blog list: dynamic cards + featured first post ── */
.tcp-blog__grid{ gap:32px; }
.tcp-blog-card{ transition:transform .25s ease, box-shadow .25s ease; }
.tcp-blog-card:hover{ transform:translateY(-5px); box-shadow:0 16px 36px rgba(0,0,0,.12); }
.tcp-blog-card__img{ transition:transform .55s ease; }
.tcp-blog-card:hover .tcp-blog-card__img{ transform:scale(1.06); }
.tcp-blog-card__title a{ color:inherit; transition:color .2s; }
.tcp-blog-card:hover .tcp-blog-card__title a{ color:var(--tcp-taupe); }
.tcp-blog-card__excerpt{ display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.tcp-blog-card__link{ align-self:flex-start; }
/* Featured first post spans full width, image + text side by side */
.tcp-blog-card--featured{ grid-column:1 / -1; flex-direction:row; align-items:stretch; }
.tcp-blog-card--featured .tcp-blog-card__img-wrap{ flex:0 0 56%; aspect-ratio:auto; min-height:340px; }
.tcp-blog-card--featured .tcp-blog-card__img{ height:100%; }
.tcp-blog-card--featured .tcp-blog-card__body{ justify-content:center; padding:40px 44px; }
.tcp-blog-card--featured .tcp-blog-card__title{ font-size:clamp(1.6rem,2.4vw,2.2rem); }
.tcp-blog-card--featured .tcp-blog-card__excerpt{ -webkit-line-clamp:4; font-size:1rem; }
@media (max-width:749px){
  .tcp-blog-card--featured{ flex-direction:column; }
  .tcp-blog-card--featured .tcp-blog-card__img-wrap{ flex:auto; aspect-ratio:16/10; min-height:0; }
}

/* ── Single post: readable, contained, resized & padded images ── */
article.single-post{ background:var(--tcp-cream); padding:48px 0 72px; }
.single-post__wrap{ max-width:820px; margin:0 auto; padding:0 28px; }
.single-post__title{ text-align:left; font-size:clamp(28px,4vw,44px); line-height:1.2; margin:0 0 12px; }
.single-post__meta{ font-size:.82rem; color:#999; text-transform:uppercase; letter-spacing:.06em; margin:0 0 30px; }
.single-post__hero{ aspect-ratio:auto; }
.single-post__body{ font-family:var(--font-body); font-size:1.05rem; line-height:1.85; color:#333; }
.single-post__body p{ margin:0 0 18px; }
.single-post__body h2,.single-post__body h3{ font-family:var(--font-heading); margin:34px 0 12px; line-height:1.3; }
.single-post__body img{ display:block; max-width:100%; height:auto; margin:26px auto; border-radius:14px; box-shadow:0 6px 20px rgba(0,0,0,.08); }
.single-post__body ul,.single-post__body ol{ margin:0 0 18px; padding-inline-start:22px; }
.single-post__body li{ margin-bottom:8px; }
.single-post__body a{ color:var(--tcp-navy); text-decoration:underline; }
.single-post__back{ display:inline-block; margin-top:38px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; font-size:.8rem; }
[dir="rtl"] .single-post__title,[dir="rtl"] .single-post__meta,[dir="rtl"] .single-post__body{ text-align:right; }



/* ── Pre-Order page: matched to original layout ── */
.tcp-preorder__pagetitle{ font-size:clamp(40px,7vw,78px); line-height:1.05; margin:8px 0 28px; text-align:center; }
.tcp-preorder__herobox{ max-width:760px; margin:0 auto 8px; text-align:center; color:#fff; border-radius:16px; padding:48px 40px;
  background:radial-gradient(120% 140% at 50% 0%, #4a3526 0%, #2c1d13 55%, #160d08 100%); box-shadow:0 18px 40px rgba(0,0,0,.18); }
.tcp-preorder__herobox .tcp-preorder__eyebrow{ color:#cbb89f; }
.tcp-preorder__herotitle{ font-family:var(--font-heading); color:#fff; font-size:clamp(1.6rem,3vw,2.1rem); font-weight:700; margin:6px 0 18px; }
.tcp-preorder__herolede{ font-family:var(--font-body); color:rgba(255,255,255,.9); font-size:1.05rem; line-height:1.8; margin:0; }
.tcp-preorder__center{ text-align:center; }

/* Campaign cards as image backgrounds with overlay */
.tcp-preorder__section--campaigns .tcp-preorder__campaigns{ grid-template-columns:repeat(auto-fit, minmax(280px, 480px)); justify-content:center; }
.tcp-pocard{ position:relative; min-height:340px; border-radius:14px; overflow:hidden; display:flex; align-items:flex-end;
  background-size:cover; background-position:center; color:#fff; box-shadow:0 10px 30px rgba(0,0,0,.18); }
.tcp-pocard__badge{ position:absolute; top:16px; right:16px; font-size:12px; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  padding:7px 12px; border-radius:6px; backdrop-filter:blur(2px); }
.tcp-pocard__badge--soldout{ background:rgba(90,50,30,.92); color:#fff; }
.tcp-pocard__badge--soon{ background:rgba(255,255,255,.9); color:#2c1d13; }
.tcp-pocard__info{ padding:24px 26px 26px; width:100%; }
.tcp-pocard__info h3{ font-family:var(--font-heading); color:#fff; font-size:1.5rem; font-weight:700; margin:0 0 8px; }
.tcp-pocard__meta{ font-family:var(--font-body); color:rgba(255,255,255,.82); font-size:.85rem; margin:0 0 14px; }
.tcp-pocard__foot{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.tcp-pocard__pill{ background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.3); border-radius:20px; padding:5px 14px; font-size:.8rem; font-weight:600; }
.tcp-pocard__date{ font-size:.8rem; color:rgba(255,255,255,.75); }

/* CTA panel */
.tcp-preorder__ctapanel{ max-width:900px; margin:8px auto 24px; text-align:center; background:#f3efe7; border-radius:14px; padding:44px 32px; }
.tcp-preorder__ctapanel h2{ font-size:clamp(22px,3vw,30px); margin:0 0 12px; }
.tcp-preorder__ctapanel p{ font-family:var(--font-body); max-width:620px; margin:0 auto 22px; color:#555; line-height:1.8; }

@media (max-width:749px){
  .tcp-preorder__section--campaigns .tcp-preorder__campaigns{ grid-template-columns:1fr; }
  .tcp-preorder__pagetitle{ text-align:center; }
}


/* ── Pre-Order RTL alignment ── */
[dir="rtl"] .tcp-preorder__pagetitle{ text-align:center; }
[dir="rtl"] .tcp-preorder__section p{ text-align:right; }
[dir="rtl"] .tcp-preorder__terms{ padding-right:22px; padding-left:0; }
[dir="rtl"] .tcp-preorder__terms li{ text-align:right; }
[dir="rtl"] .tcp-pocard__info{ text-align:right; }
[dir="rtl"] .tcp-pocard__badge{ right:auto; left:16px; }



/* ── About Us / Our Story sections ── */
.tcp-story__eyebrow{ text-align:center; letter-spacing:.2em; text-transform:uppercase; font-size:13px; color:var(--tcp-taupe); margin:0 0 10px; }
.tcp-story__body h2{ font-family:var(--font-heading); font-size:clamp(1.4rem,2.4vw,1.9rem); margin:32px 0 12px; text-align:left; }
.tcp-story__promise{ list-style:disc; padding-left:22px; margin:0 0 18px; }
.tcp-story__promise li{ font-family:var(--font-body); font-size:1rem; line-height:1.8; margin-bottom:8px; text-align:left; }
.tcp-story__sign{ font-style:italic; line-height:1.7; margin-top:24px; }
.tcp-story__body a{ color:var(--tcp-navy); text-decoration:underline; }
[dir="rtl"] .tcp-story__body h2,[dir="rtl"] .tcp-story__promise li{ text-align:right; }
[dir="rtl"] .tcp-story__promise{ padding-right:22px; padding-left:0; }


/* ── Blog RTL ── */
[dir="rtl"] .tcp-blog-card__body{ text-align:right; }
[dir="rtl"] .tcp-blog-card__link{ align-self:flex-end; }
[dir="rtl"] .single-post__body{ text-align:right; }
[dir="rtl"] .single-post__body h2,[dir="rtl"] .single-post__body h3{ text-align:right; }
[dir="rtl"] .single-post__body ul,[dir="rtl"] .single-post__body ol{ padding-right:22px; padding-left:0; }

/* ════════════════════════════════════════════════════════════
   LUXE CHECKOUT (page-checkout.php + WooCommerce checkout block)
   ════════════════════════════════════════════════════════════ */
body.woocommerce-checkout{background:#efe9e0;margin:0}
.tcp-cohead{background:var(--tcp-taupe);display:flex;flex-direction:column;align-items:center;padding:26px 0 20px;border-bottom:1px solid var(--tcp-taupe-dark)}
.tcp-cohead__logo img{height:58px;width:auto;display:block}
.tcp-cohead__rule{width:64px;height:2px;background:var(--tcp-gold);margin:15px 0 9px}
.tcp-cohead__sec{font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#fff}
.tcp-checkout-main{max-width:1100px;margin:0 auto;padding:36px 20px 56px}
.tcp-cofoot{max-width:1100px;margin:0 auto;padding:22px 20px 48px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--tcp-muted);border-top:1px solid #ddd5c8}
.tcp-cofoot a{color:var(--tcp-espresso,#2c1d13);text-decoration:none;border-bottom:1px solid var(--tcp-gold);padding-bottom:1px}
.tcp-cofoot__copy{color:#9a9183;letter-spacing:.04em}

/* container card around the WC checkout block */
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout{background:transparent}
body.woocommerce-checkout .wc-block-checkout__main{background:var(--tcp-cream,#f6f3ee);border:1px solid #e7e1d6;border-radius:3px;padding:30px 34px}

/* step titles -> serif navy with gold eyebrow accent */
body.woocommerce-checkout .wc-block-components-checkout-step__title{
  font-family:var(--font-heading)!important;font-size:25px!important;font-weight:600!important;color:var(--tcp-navy)!important;letter-spacing:.2px}
body.woocommerce-checkout .wc-block-components-checkout-step__heading{border-top:1px solid #e7e1d6;padding-top:22px;margin-top:6px}
body.woocommerce-checkout .wc-block-components-checkout-step:first-of-type .wc-block-components-checkout-step__heading{border-top:0;padding-top:0}
body.woocommerce-checkout .wc-block-components-checkout-step__description{color:var(--tcp-muted);font-size:13px}

/* inputs: sharp, refined */
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-select select,
body.woocommerce-checkout .wc-block-components-text-input .components-combobox-control input,
body.woocommerce-checkout .wc-block-components-combobox input{
  border-radius:2px!important;border:1px solid #ded7ca!important;background:#fff!important;font-family:var(--font-body)!important}
body.woocommerce-checkout .wc-block-components-text-input input:focus{box-shadow:0 0 0 1px var(--tcp-gold)!important;border-color:var(--tcp-gold)!important}

/* selected payment / shipping option accents */
body.woocommerce-checkout .wc-block-components-radio-control__input:checked{accent-color:var(--tcp-gold)}
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option,
body.woocommerce-checkout .wc-block-components-radio-control__option--checked{border-color:var(--tcp-gold)!important}

/* ── order summary SIDEBAR -> deep navy luxe panel ── */
body.woocommerce-checkout .wc-block-checkout__sidebar{
  background:var(--tcp-navy)!important;border-radius:3px;padding:30px 26px!important;color:#e9e3d6!important;align-self:flex-start}
body.woocommerce-checkout .wc-block-checkout__sidebar *{color:#e9e3d6}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-metadata{color:#b9bccb!important}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name{color:#fff!important;font-size:14.5px}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img{border-radius:3px;border:1px solid rgba(255,255,255,.14);background:#fff}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity{background:var(--tcp-gold)!important;color:var(--tcp-navy)!important;border:0!important}
body.woocommerce-checkout .wc-block-checkout__sidebar hr,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item{border-color:rgba(255,255,255,.13)!important}
/* grand total -> gold serif */
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount{
  font-family:var(--font-heading)!important;font-size:28px!important;color:var(--tcp-gold-l,#e2bd66)!important;font-weight:600}
/* discount code field on dark panel */
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-text-input input{
  background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important}

/* place order button -> navy w/ gold lettering */
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button.contained{
  background:var(--tcp-navy)!important;color:var(--tcp-gold-l,#e2bd66)!important;border-radius:2px!important;
  font-family:var(--font-body)!important;font-size:13px!important;font-weight:500!important;letter-spacing:.26em!important;
  text-transform:uppercase!important;height:56px!important;min-height:56px!important}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{background:#0f1626!important}

/* two-column gap a touch wider */
body.woocommerce-checkout .wc-block-checkout{gap:30px}
@media(max-width:781px){body.woocommerce-checkout .wc-block-checkout__main{padding:24px 18px}}

/* ════════ LUXE CHECKOUT — CLASSIC SHORTCODE LAYOUT ════════ */
body.woocommerce-checkout .tcp-checkout-main{max-width:1080px}
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle{margin-bottom:22px}
body.woocommerce-checkout .woocommerce-info{background:#fffdf8;border-top:2px solid var(--tcp-gold);color:#6b5e3e;border-radius:2px}
body.woocommerce-checkout .woocommerce-info::before{color:var(--tcp-gold)}
/* two columns: details left, order+payment right */
body.woocommerce-checkout form.checkout.woocommerce-checkout::after{content:"";display:block;clear:both}
body.woocommerce-checkout #customer_details{float:left;width:57%}
body.woocommerce-checkout #order_review_heading{float:right;width:39%;clear:right;margin:0 0 14px}
body.woocommerce-checkout #order_review{float:right;width:39%;clear:right}
/* headings -> serif navy */
body.woocommerce-checkout #customer_details h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout h3#ship-to-different-address{
  font-family:var(--font-heading)!important;color:var(--tcp-navy)!important;font-size:25px!important;font-weight:600!important;letter-spacing:.2px}
body.woocommerce-checkout .woocommerce-billing-fields h3{margin-bottom:14px}
/* inputs: sharp refined */
body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .select2-container .select2-selection,
body.woocommerce-checkout #customer_details select{
  border:1px solid #ded7ca!important;border-radius:2px!important;background:#fff!important;
  padding:12px 14px!important;font-family:var(--font-body)!important;min-height:48px;box-shadow:none!important}
body.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout .form-row textarea:focus{border-color:var(--tcp-gold)!important;box-shadow:0 0 0 1px var(--tcp-gold)!important;outline:none}
body.woocommerce-checkout .form-row label{color:#5b5346;font-size:13px}
/* ── ORDER REVIEW -> navy luxe panel ── */
body.woocommerce-checkout #order_review{background:var(--tcp-navy);border-radius:3px;padding:26px 24px;color:#e9e3d6}
body.woocommerce-checkout #order_review .shop_table{border:0;background:transparent;margin:0}
body.woocommerce-checkout #order_review .shop_table th,
body.woocommerce-checkout #order_review .shop_table td{color:#e3ddd0!important;border-color:rgba(255,255,255,.12)!important;padding:12px 0}
body.woocommerce-checkout #order_review .shop_table thead th{color:#fff!important;font-family:var(--font-heading);font-size:16px;letter-spacing:.04em}
body.woocommerce-checkout #order_review .cart_item .product-name{color:#fff!important}
body.woocommerce-checkout #order_review .order-total th{color:#fff!important;font-size:16px}
body.woocommerce-checkout #order_review .order-total .amount,
body.woocommerce-checkout #order_review .order-total bdi{font-family:var(--font-heading)!important;font-size:27px!important;color:var(--tcp-gold-l,#e2bd66)!important;font-weight:600}
/* payment area inside navy panel */
body.woocommerce-checkout #payment{background:transparent!important;border-radius:0}
body.woocommerce-checkout #payment ul.payment_methods{border:0;padding:8px 0 0;margin:0}
body.woocommerce-checkout #payment ul.payment_methods li{border-top:1px solid rgba(255,255,255,.12);padding:14px 0}
body.woocommerce-checkout #payment label{color:#fff!important;font-size:14.5px}
body.woocommerce-checkout #payment .payment_box{background:rgba(255,255,255,.06)!important;color:#cfd3df!important;border-radius:3px}
body.woocommerce-checkout #payment .payment_box::before{display:none}
body.woocommerce-checkout #payment input[type=radio]{accent-color:var(--tcp-gold)}
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p{color:#9aa1b2!important;font-size:12px}
/* place order -> gold button */
body.woocommerce-checkout #place_order{
  background:var(--tcp-gold)!important;color:var(--tcp-navy)!important;border:0!important;border-radius:2px!important;
  width:100%;padding:16px 24px!important;font-family:var(--font-body)!important;font-size:13px!important;font-weight:600!important;
  letter-spacing:.2em!important;text-transform:uppercase!important;text-shadow:none!important;float:none;margin-top:8px}
body.woocommerce-checkout #place_order:hover{background:#b3851f!important}
@media(max-width:782px){
  body.woocommerce-checkout #customer_details,
  body.woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout #order_review{float:none;width:100%}
  body.woocommerce-checkout #order_review_heading{margin-top:26px}
}

/* ════════ CART PAGE — aligned with site pages ════════ */
.tcp-cart-page{padding:56px 0 76px;background:var(--tcp-cream)}
.tcp-cart-page .tcp-page__title{text-align:center;margin:0 0 40px}
.tcp-cart-page .tcp-cart-content{max-width:1080px;margin:0 auto}
/* two columns: items left, totals right */
body.woocommerce-cart .tcp-cart-content .woocommerce{display:grid;grid-template-columns:1.5fr .8fr;gap:38px;align-items:start}
body.woocommerce-cart .woocommerce-cart-form{grid-column:1}
body.woocommerce-cart .cart-collaterals{grid-column:2;width:100%!important;float:none!important}
body.woocommerce-cart .cart-collaterals .cart_totals{width:100%!important;float:none!important}
body.woocommerce-cart .woocommerce-notices-wrapper{grid-column:1 / -1}
/* items table */
body.woocommerce-cart table.shop_table{border:1px solid #e7e1d6;border-radius:4px;background:#fff;overflow:hidden}
body.woocommerce-cart table.shop_table thead th{font-family:var(--font-body);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--tcp-muted);background:#faf8f4;border-bottom:1px solid #e7e1d6;padding:14px 16px}
body.woocommerce-cart table.shop_table td{padding:18px 16px;border-top:1px solid #f0ece3;vertical-align:middle}
body.woocommerce-cart td.product-name a{color:var(--tcp-navy);font-weight:500;text-decoration:none}
body.woocommerce-cart td.product-thumbnail img{width:72px;height:72px;border-radius:4px;border:1px solid #e7e1d6}
body.woocommerce-cart .quantity input.qty{width:64px;height:42px;border:1px solid #ded7ca;border-radius:2px;text-align:center}
body.woocommerce-cart .coupon input#coupon_code{height:44px;border:1px solid #ded7ca;border-radius:2px;padding:0 12px}
body.woocommerce-cart .actions .button,
body.woocommerce-cart .coupon .button{background:#fff;color:var(--tcp-navy);border:1px solid var(--tcp-taupe);border-radius:2px;height:44px;letter-spacing:.04em}
/* totals card */
body.woocommerce-cart .cart_totals{background:#fff;border:1px solid #e7e1d6;border-radius:4px;padding:24px}
body.woocommerce-cart .cart_totals h2{font-family:var(--font-heading);color:var(--tcp-navy);font-size:22px;font-weight:600;margin:0 0 16px}
body.woocommerce-cart .cart_totals table.shop_table{border:0}
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td{border-top:1px solid #f0ece3;padding:12px 0;background:transparent}
body.woocommerce-cart .cart_totals .order-total .amount{font-family:var(--font-heading);font-size:22px;color:var(--tcp-navy)}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background:var(--tcp-navy)!important;color:#fff!important;border-radius:2px!important;font-family:var(--font-body)!important;
  font-size:13px!important;font-weight:500!important;letter-spacing:.18em!important;text-transform:uppercase!important;padding:16px 22px!important;text-align:center}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background:#0f1626!important}
@media(max-width:782px){
  body.woocommerce-cart .tcp-cart-content .woocommerce{grid-template-columns:1fr}
  body.woocommerce-cart .woocommerce-cart-form,body.woocommerce-cart .cart-collaterals{grid-column:1}
}

/* ════════ FIX: WooCommerce '.woocommerce-page img{height:auto}' enlarges the header logo on cart/WC pages ════════ */
.tcp-header__logo-img{height:78px!important;width:auto!important;max-width:none!important}
.tcp-header__nav-list{flex-wrap:nowrap}
.tcp-header__nav-link{white-space:nowrap}
.tcp-footer__brand img{height:56px!important;width:auto!important}

/* ════════ CHECKOUT BLOCK: keep order summary on the side from tablet up ════════ */
@media(min-width:820px){
  body.woocommerce-checkout .wc-block-checkout{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:34px!important;align-items:flex-start!important}
  body.woocommerce-checkout .wc-block-checkout__main{flex:1 1 60%!important;width:auto!important;max-width:none!important}
  body.woocommerce-checkout .wc-block-checkout__sidebar{flex:0 0 34%!important;width:34%!important;max-width:380px!important;margin:0!important}
}

/* ════════ WooCommerce SHOP ARCHIVE — clean branded grid ════════ */
.shop-page{padding:48px 0 72px;background:var(--tcp-cream)}
.woocommerce .woocommerce-result-count{color:var(--tcp-muted);font-size:13px;margin:0 0 18px}
.woocommerce .woocommerce-ordering{margin:0 0 22px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:0 0 40px!important;padding:0!important;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after{content:none!important;display:none!important}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{width:auto!important;float:none!important;margin:0!important;clear:none!important;text-align:center;background:#fff;border:1px solid #e7e1d6;border-radius:8px;padding:18px;display:flex;flex-direction:column}
.woocommerce ul.products li.product a img{width:100%!important;height:auto!important;margin:0 0 14px!important;border-radius:6px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--font-heading)!important;font-size:18px!important;font-weight:600;color:var(--tcp-navy);padding:0!important;margin:4px 0 6px!important}
.woocommerce ul.products li.product .price{color:var(--tcp-navy)!important;font-size:15px;margin-bottom:6px}
.woocommerce ul.products li.product .price del{color:#aaa}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.added_to_cart{margin-top:auto;align-self:center;background:var(--tcp-navy)!important;color:#fff!important;border-radius:2px!important;padding:11px 18px!important;font-size:12px!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:500}
.woocommerce ul.products li.product .button:hover{background:#0f1626!important}
.woocommerce-no-js .shop-page{padding-top:48px}
@media(max-width:1000px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.woocommerce ul.products{grid-template-columns:1fr;gap:18px}}
@media(max-width:460px){.woocommerce ul.products{grid-template-columns:1fr}}

/* ===== Customer Accounts, Order Tracking, Cross/Up-sell ===== */
.tcp-header__account{display:inline-flex;align-items:center;color:#1a2235;margin:0 4px;transition:color .2s}
.tcp-header__account:hover{color:#c8972a}
.woocommerce-account .woocommerce{max-width:1100px;margin:30px auto;padding:0 20px;display:flex;flex-wrap:wrap;gap:32px}
.woocommerce-account .woocommerce-MyAccount-navigation{flex:0 0 230px}
.woocommerce-account .woocommerce-MyAccount-content{flex:1;min-width:280px}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid #e6ddd0;border-radius:10px;overflow:hidden}
.woocommerce-MyAccount-navigation li{border-bottom:1px solid #f0ece4}
.woocommerce-MyAccount-navigation li:last-child{border-bottom:none}
.woocommerce-MyAccount-navigation li a{display:block;padding:13px 18px;color:#1a2235;text-decoration:none;font-weight:600;transition:background .15s,color .15s}
.woocommerce-MyAccount-navigation li a:hover{background:#faf7f1;color:#c8972a}
.woocommerce-MyAccount-navigation li.is-active a{background:#1a2235;color:#fff}
.woocommerce table.shop_table{border:1px solid #e6ddd0;border-radius:10px;border-collapse:separate;border-spacing:0;width:100%;overflow:hidden}
.woocommerce table.shop_table th{background:#faf7f1;color:#1a2235;padding:12px;text-align:start}
.woocommerce table.shop_table td{padding:12px;border-top:1px solid #f0ece4}
.woocommerce form .form-row label{color:#1a2235;font-weight:600}
.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input[type=password],.woocommerce input[type=tel],.woocommerce input[type=number]{border:1px solid #cdbfa8;border-radius:8px;padding:11px 12px;width:100%;font-family:inherit;box-sizing:border-box}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce-Button{background:#1a2235!important;color:#fff!important;border-radius:0!important;padding:12px 28px!important;font-weight:600!important;border:none!important;cursor:pointer;transition:background .2s}
.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#c8972a!important}
.woocommerce-form-login,.woocommerce-form-register,.woocommerce form.track_order{max-width:480px;margin:24px auto;border:1px solid #e6ddd0;border-radius:12px;padding:28px;background:#fff}
.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{float:none;width:100%;max-width:480px;margin:0 auto}
.woocommerce-account h1,.woocommerce h2,.woocommerce-MyAccount-content h2,.entry-content h1.tcp-page__title{font-family:"Cormorant Garamond",serif;color:#1a2235}
.cross-sells{margin-top:40px}
.cross-sells>h2,.up-sells>h2{font-family:"Cormorant Garamond",serif;font-size:26px;color:#1a2235;text-align:center;margin-bottom:18px}
[dir="rtl"] .woocommerce-account .woocommerce{direction:rtl}
[dir="rtl"] .woocommerce-MyAccount-navigation li a{text-align:right}
@media(max-width:768px){.woocommerce-account .woocommerce{flex-direction:column}.woocommerce-account .woocommerce-MyAccount-navigation{flex:1 1 auto}}

/* ===== Passwordless magic-link login ===== */
.tcp-magic__divider{display:flex;align-items:center;text-align:center;color:#9b8e78;margin:30px auto 16px;max-width:480px}
.tcp-magic__divider::before,.tcp-magic__divider::after{content:"";flex:1;border-top:1px solid #e6ddd0}
.tcp-magic__divider span{padding:0 14px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.tcp-magic{max-width:480px;margin:0 auto;padding:24px;border:1px solid #e6ddd0;border-radius:12px;background:#fff;text-align:center}
.tcp-magic__title{font-family:"Cormorant Garamond",serif;font-size:24px;color:#1a2235;margin:0 0 6px}
.tcp-magic__sub{color:#6b6256;font-size:14px;margin:0 0 18px;line-height:1.6}
.wpaloginform{display:flex;flex-direction:column;gap:12px;align-items:stretch;text-align:start}
.wpa-login-label{font-weight:600;color:#1a2235}
.wpa-user-email-username{border:1px solid #cdbfa8;border-radius:8px;padding:11px 12px;width:100%;box-sizing:border-box;font-family:inherit}
.wpaloginform .wpa-submit,.wpa-submit.button-primary{background:#1a2235!important;color:#fff!important;border:none!important;border-radius:0!important;padding:12px 28px!important;font-weight:600!important;cursor:pointer;transition:background .2s}
.wpaloginform .wpa-submit:hover{background:#c8972a!important}
.wpa-box{border-radius:8px;padding:12px 14px;margin:0 auto 16px;max-width:480px}
.wpa-success{background:#eef6ee;border:1px solid #bcd9bc;color:#2f6b2f}
.wpa-error{background:#fbecec;border:1px solid #e3b3b3;color:#9b2c2c}
.wpa-alert{background:#faf7f1;border:1px solid #e6ddd0;color:#1a2235}
[dir="rtl"] .wpaloginform{text-align:right}

/* ===== Order progress bar ===== */
.tcp-prog{margin:0 auto 28px;max-width:660px}
.tcp-prog__track{display:flex;justify-content:space-between;position:relative}
.tcp-prog__track::before{content:"";position:absolute;top:16px;left:10%;right:10%;height:3px;background:#e6ddd0;z-index:0}
.tcp-prog__step{position:relative;z-index:1;flex:1;text-align:center}
.tcp-prog__dot{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;border:2px solid #e6ddd0;color:#9b8e78;font-weight:700;font-size:14px}
.tcp-prog__lbl{display:block;margin-top:8px;font-size:13px;color:#6b6256;line-height:1.3}
.tcp-prog__step.is-done .tcp-prog__dot{background:#c8972a;border-color:#c8972a;color:#fff}
.tcp-prog__step.is-done .tcp-prog__lbl{color:#1a2235}
.tcp-prog__step.is-active .tcp-prog__dot{background:#1a2235;border-color:#1a2235;color:#fff;box-shadow:0 0 0 4px rgba(26,34,53,.12)}
.tcp-prog__step.is-active .tcp-prog__lbl{color:#1a2235;font-weight:700}
.tcp-prog--cancelled{text-align:center;padding:14px;border:1px solid #e3b3b3;background:#fbecec;color:#9b2c2c;border-radius:10px}

/* ===== Magic-link login (custom) ===== */
.tcp-ml{max-width:480px;margin:0 auto 26px;padding:26px;border:1px solid #e6ddd0;border-radius:12px;background:#fff;text-align:center}
.tcp-ml__title{font-family:"Cormorant Garamond",serif;font-size:26px;color:#1a2235;margin:0 0 6px}
.tcp-ml__sub{color:#6b6256;font-size:14px;line-height:1.6;margin:0 0 16px}
.tcp-ml__form{display:flex;flex-direction:column;gap:12px}
.tcp-ml__input{border:1px solid #cdbfa8;border-radius:8px;padding:12px 14px;width:100%;box-sizing:border-box;font-family:inherit;font-size:15px}
.tcp-ml__btn{background:#1a2235;color:#fff;border:none;border-radius:0;padding:13px 28px;font-weight:600;cursor:pointer;transition:background .2s}
.tcp-ml__btn:hover{background:#c8972a}
.tcp-ml__note{margin:14px 0 0;color:#9b8e78;font-size:13px}
.tcp-ml__msg{border-radius:8px;padding:11px 14px;margin:0 0 14px;font-size:14px}
.tcp-ml__msg.tcp-ml-ok{background:#eef6ee;border:1px solid #bcd9bc;color:#2f6b2f}
.tcp-ml__msg.tcp-ml-bad{background:#fbecec;border:1px solid #e3b3b3;color:#9b2c2c}
/* Hide WooCommerce password login + register on My Account (passwordless customers) */
.woocommerce-account .u-columns.col2-set,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register{display:none !important}

/* Passwordless: hide the password-change section on Account details */
.woocommerce-EditAccountForm fieldset,
.woocommerce-EditAccountForm legend{display:none !important}
/* Header log-out icon */
.tcp-header__logout{display:inline-flex;align-items:center;color:#1a1a1a;margin:0 4px;transition:color .2s}
.tcp-header__logout:hover{color:#c8972a}

/* Orders tab: dim shopping-journey (empty state) — brand palette */
.tcp-journey{max-width:660px;margin:6px auto 30px;text-align:center}
.tcp-journey__title{font-family:var(--font-heading);font-size:23px;font-weight:400;color:var(--tcp-text);margin:0 0 6px}
.tcp-journey__sub{font-family:var(--font-body);font-size:14px;color:var(--tcp-muted);margin:0 0 28px}
.tcp-journey__track{display:flex;justify-content:space-between;position:relative;max-width:560px;margin:0 auto 28px}
.tcp-journey__track::before{content:"";position:absolute;top:27px;left:12%;right:12%;height:2px;background:var(--tcp-border);z-index:0}
.tcp-journey__step{position:relative;z-index:1;flex:1;opacity:.55}
.tcp-journey__dot{width:54px;height:54px;border-radius:50%;border:1.5px solid var(--tcp-taupe);background:var(--tcp-cream);display:flex;align-items:center;justify-content:center;margin:0 auto;color:var(--tcp-taupe-dark)}
.tcp-journey__dot svg{width:24px;height:24px}
.tcp-journey__lbl{display:block;margin-top:10px;font-family:var(--font-body);font-size:13px;letter-spacing:.04em;color:var(--tcp-muted)}
.tcp-journey__cta{display:inline-block;background:var(--tcp-gold);color:#fff;font-family:var(--font-body);font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;padding:13px 34px;text-decoration:none;border-radius:0;transition:background .2s}
.tcp-journey__cta:hover{background:var(--tcp-espresso)}
[dir="rtl"] .tcp-journey__track{direction:rtl}


/* ════════ MOBILE FIX: stop horizontal overflow from expanding the layout viewport ════════ */
/* A wide marquee/section could stretch the viewport past 989px on phones, which kept the   */
/* desktop nav visible (off-screen) and hid the hamburger. Clamp overflow + harden the nav.  */
html,body{max-width:100%;overflow-x:hidden;overflow-x:clip;}
.tcp-announce,.announcement-bar,.ycr,.ycr__viewport,.tcp-header,.tcp-header__inner{max-width:100%;}
@media (max-width:989px){
  .tcp-header__nav{display:none!important;}
  .tcp-header__burger{display:flex!important;}
}
@media (max-width:749px){
  .tcp-header__logo-img{height:50px!important;}
  .tcp-header__inner{gap:.5rem!important;}
  .tcp-header__actions{gap:.5rem!important;flex-wrap:nowrap;}
  .tcp-langdd__word{display:none;}            /* keep the EN code + globe, drop the long word on phones */
}


/* ════════ Keep the announcement marquee FIXED with the header (desktop + mobile) ════════ */
.tcp-announce{position:sticky;top:0;z-index:101;}
.tcp-header{top:36px;}   /* sits just under the 36px sticky marquee so both stay pinned */

/* ===== Mobile sticky Add-to-Cart bar (product pages, mobile only) ===== */
.tcp-sticky-atc{display:none;}
@media (max-width:749px){
  .tcp-sticky-atc{
    position:fixed; left:0; right:0; bottom:0; z-index:9000; margin:0;
    display:flex; align-items:center; gap:12px;
    padding:9px 14px; padding-bottom:calc(9px + env(safe-area-inset-bottom));
    background:#fffdfb; border-top:1px solid #e6ddd0;
    box-shadow:0 -4px 18px rgba(44,29,19,.12);
    transform:translateY(115%); transition:transform .28s ease; will-change:transform;
  }
  .tcp-sticky-atc.is-visible{transform:translateY(0);}
  .tcp-sticky-atc__info{display:flex; align-items:center; gap:10px; min-width:0; flex:1 1 auto;}
  .tcp-sticky-atc__img{width:42px; height:42px; object-fit:cover; border-radius:6px; flex:0 0 auto;}
  .tcp-sticky-atc__meta{display:flex; flex-direction:column; min-width:0; line-height:1.25;}
  .tcp-sticky-atc__name{font-size:13px; color:#2c1d13; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:44vw;}
  .tcp-sticky-atc__price{font-size:13px; font-weight:700; color:#2c1d13;}
  .tcp-sticky-atc__btn{flex:0 0 auto; background:#2c1d13; color:#fff; border:none; border-radius:6px;
    padding:12px 20px; font-size:14px; letter-spacing:.03em; cursor:pointer; font-family:inherit; white-space:nowrap;}
  .tcp-sticky-atc__btn:active{opacity:.9;}
}


/* ===== Blog posts: justify body text (LTR + RTL); headings stay natural ===== */
.single-post__body{ text-align:justify; -webkit-hyphens:auto; hyphens:auto; }
[dir="rtl"] .single-post__body{ text-align:justify; }
.single-post__body h2,.single-post__body h3{ text-align:start; }

/* ===== My Account dashboard (branded) ===== */
.tcp-dash{ color:#2c1d13; }
.tcp-dash__welcome{ margin-bottom:24px; }
.tcp-dash__hi{ font-size:26px; line-height:1.15; margin:0; }
.tcp-dash__sub{ font-family:var(--font-body); font-size:13px; color:#8a7d6e; margin:6px 0 0; letter-spacing:.03em; }
.tcp-dash__card{ background:#fff; border:0.5px solid #ece4d6; border-radius:14px; padding:20px 22px; margin-bottom:18px; }
.tcp-dash__h{ font-size:17px; }
.tcp-dash__muted{ font-family:var(--font-body); font-size:13px; color:#8a7d6e; line-height:1.6; margin:0; }
.tcp-dash__row{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.tcp-dash__reorder{ display:flex; align-items:center; gap:18px; }
.tcp-dash__thumb{ width:56px; height:56px; border-radius:10px; overflow:hidden; background:#efe7d8; flex:0 0 auto; }
.tcp-dash__thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.tcp-dash__reorder-info{ flex:1; min-width:0; }
.tcp-dash__btn{ flex:0 0 auto; background:#2c1d13; color:#fff; border:none; border-radius:7px; padding:11px 22px; font-family:var(--font-body); font-size:13.5px; text-decoration:none; display:inline-block; }
.tcp-dash__btn:hover{ background:#c8972a; color:#2c1d13; }
.tcp-dash__track{ display:flex; align-items:flex-start; font-family:var(--font-body); }
.tcp-dash__step{ flex:1; text-align:center; }
.tcp-dash__dot{ width:14px; height:14px; border-radius:50%; background:#e3d9c7; margin:0 auto 7px; display:block; }
.tcp-dash__dot.is-done{ background:#c8972a; }
.tcp-dash__line{ flex:1; height:2px; background:#ece4d6; margin-top:6px; }
.tcp-dash__line.is-done{ background:#c8972a; }
.tcp-dash__steplbl{ font-size:11px; color:#8a7d6e; }
.tcp-dash__grid2{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px; }
.tcp-dash__grid2 .tcp-dash__card{ margin-bottom:0; }
.tcp-dash__soon{ opacity:.72; }
.tcp-dash__badge{ font-family:var(--font-body); font-size:11px; background:#f1ece1; color:#8a7d6e; padding:3px 10px; border-radius:999px; }
.tcp-dash__recs{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.tcp-dash__rec{ display:block; border:0.5px solid #ece4d6; border-radius:10px; padding:14px; text-decoration:none; color:#2c1d13; }
.tcp-dash__rec:hover{ border-color:#c8972a; }
.tcp-dash__rec-name{ display:block; font-size:14px; }
.tcp-dash__rec-tag{ display:block; font-family:var(--font-body); font-size:12px; color:#8a7d6e; margin-top:4px; }
.tcp-dash__empty{ text-align:center; }
.tcp-dash__empty .tcp-dash__btn{ margin-top:14px; }
.tcp-dash__links{ display:flex; flex-wrap:wrap; gap:24px; border-top:0.5px solid #ece4d6; padding-top:18px; }
.tcp-dash__links a{ font-family:var(--font-body); font-size:13px; color:#8a7d6e; text-decoration:none; }
.tcp-dash__links a:hover{ color:#2c1d13; }
@media (max-width:749px){
  .tcp-dash__hi{ font-size:22px; }
  .tcp-dash__grid2{ grid-template-columns:1fr; }
  .tcp-dash__recs{ grid-template-columns:1fr; }
  .tcp-dash__reorder{ flex-wrap:wrap; }
  .tcp-dash__reorder .tcp-dash__btn{ width:100%; text-align:center; }
}

/* My Account recommendations — with thumbnail */
.tcp-dash__rec{ display:flex; align-items:center; gap:12px; }
.tcp-dash__rec-img{ width:50px; height:50px; border-radius:8px; overflow:hidden; background:#efe7d8; flex:0 0 auto; }
.tcp-dash__rec-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.tcp-dash__rec-body{ min-width:0; }

/* ===== Pre-order Interest Registration form ===== */
.tcp-interest{ max-width:480px; margin:18px auto 0; text-align:left; }
[dir="rtl"] .tcp-interest{ text-align:right; }
.tcp-interest__row{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:12px; }
.tcp-interest__row input{ flex:1; min-width:170px; padding:12px 14px; border:1px solid #d8cdbb; border-radius:6px; font-family:inherit; font-size:14px; background:#fffdfb; color:#2c1d13; }
.tcp-interest__row input:focus{ outline:none; border-color:#c8972a; }
.tcp-interest__consent{ display:flex; gap:9px; align-items:flex-start; font-family:var(--font-body); font-size:13px; color:#6b6356; margin:0 0 16px; line-height:1.55; }
.tcp-interest__consent input{ margin-top:3px; flex:0 0 auto; }
.tcp-interest .tcp-preorder__cta-btn{ cursor:pointer; border:none; }
.tcp-interest__msg{ font-family:var(--font-body); font-size:13.5px; margin:12px 0 0; min-height:1.2em; }
.tcp-interest__msg.is-ok{ color:#3b6d11; }
.tcp-interest__msg.is-err{ color:#a32d2d; }
@media (max-width:749px){ .tcp-interest__row{ flex-direction:column; } }

/* Interest form — cleaner layout */
.tcp-interest{ max-width:430px; }
.tcp-interest__consent{ justify-content:center; font-size:12.5px; margin:0 0 18px; }
.tcp-interest .tcp-preorder__cta-btn{ display:block; width:100%; margin-top:2px; }
.tcp-interest__msg{ text-align:center; }

/* ---- Cart page cleanup (widen coupon, remove crammed cross-sells) ---- */
body.woocommerce-cart .coupon{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
body.woocommerce-cart .coupon input#coupon_code{width:180px!important;max-width:100%;min-width:140px;flex:0 0 auto}
body.woocommerce-cart .cart-collaterals .cross-sells{display:none}
body.woocommerce-cart .woocommerce-shipping-methods li label .woocommerce-Price-amount{margin-left:.4em}
body.woocommerce-cart .cart_totals .shipping td .woocommerce-shipping-methods{margin:0;padding:0;list-style:none}

/* ---- Cart actions row: Update cart stays aligned in every language ---- */
body.woocommerce-cart .woocommerce-cart-form .actions{overflow:hidden;display:block}
body.woocommerce-cart .woocommerce-cart-form .actions .coupon{float:left;display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:0}
body.woocommerce-cart .woocommerce-cart-form .actions button[name="update_cart"]{float:right;margin:0}
/* ---- Shipping price aligned to the right of the totals card ---- */
body.woocommerce-cart .cart_totals tr.shipping td .woocommerce-shipping-methods{text-align:right;margin:0;padding-left:0;list-style:none}
body.woocommerce-cart .cart_totals tr.shipping td .woocommerce-shipping-methods li{margin:0;list-style:none}

/* ---- Right-align the entire amounts column in Cart totals (all languages) ---- */
body.woocommerce-cart .cart_totals table td{text-align:right}
body.woocommerce-cart .cart_totals table th{text-align:left}
body.woocommerce-cart .cart_totals tr.shipping td .woocommerce-shipping-destination,
body.woocommerce-cart .cart_totals tr.shipping td .shipping-calculator-form,
body.woocommerce-cart .cart_totals tr.shipping td .shipping-calculator-button{text-align:right}

/* ---- Widen the Cart totals card ---- */
body.woocommerce-cart .tcp-cart-content .woocommerce{grid-template-columns:1.3fr 1fr}

/* ---- Shipping row: "Shipment" heading + method name stacked; address on its own line ---- */
body.woocommerce-cart .cart_totals tr.shipping th{text-align:left}
body.woocommerce-cart .cart_totals tr.shipping th .tcp-ship-method{display:block;font-weight:400;font-size:13px;color:var(--tcp-muted);margin-top:2px}
body.woocommerce-cart .cart_totals tr.shipping .woocommerce-shipping-destination strong{display:block;margin-top:2px}

/* ---- Arabic (RTL) cart: mirror the alignment/floats ---- */
[dir="rtl"] .cart_totals table td{text-align:left!important}
[dir="rtl"] .cart_totals table th{text-align:right!important}
[dir="rtl"] .cart_totals tr.shipping td .woocommerce-shipping-methods{text-align:left!important}
[dir="rtl"] .cart_totals tr.shipping td .woocommerce-shipping-destination,
[dir="rtl"] .cart_totals tr.shipping td .shipping-calculator-form,
[dir="rtl"] .cart_totals tr.shipping td .shipping-calculator-button{text-align:left!important}
[dir="rtl"] .woocommerce-cart-form .actions .coupon{float:right!important}
[dir="rtl"] .woocommerce-cart-form .actions button[name="update_cart"]{float:left!important;margin:0}

/* ---- Cart line-item (product details) cleanup: give the name room, tidy thumbnail ---- */
body.woocommerce-cart table.shop_table td.product-thumbnail{width:96px}
body.woocommerce-cart table.shop_table td.product-thumbnail img{width:74px;height:74px;object-fit:cover;display:block;border-radius:6px;border:1px solid #e7e1d6}
body.woocommerce-cart table.shop_table td.product-name{white-space:normal;line-height:1.35;vertical-align:middle}
body.woocommerce-cart table.shop_table td.product-name a{font-weight:500}
body.woocommerce-cart table.shop_table td.product-price,
body.woocommerce-cart table.shop_table td.product-quantity,
body.woocommerce-cart table.shop_table td.product-subtotal{width:1%;white-space:nowrap;text-align:center;vertical-align:middle}
body.woocommerce-cart table.shop_table th.product-price,
body.woocommerce-cart table.shop_table th.product-quantity,
body.woocommerce-cart table.shop_table th.product-subtotal{text-align:center}
body.woocommerce-cart table.shop_table td.product-quantity .quantity input{width:56px}

/* ---- Cart line-item: force numeric columns compact so product name gets room ---- */
body.woocommerce-cart table.shop_table td.product-price,
body.woocommerce-cart table.shop_table td.product-quantity,
body.woocommerce-cart table.shop_table td.product-subtotal{width:1%!important;white-space:nowrap!important;text-align:center}
body.woocommerce-cart table.shop_table td.product-thumbnail{width:64px!important}
body.woocommerce-cart table.shop_table td.product-thumbnail img{width:54px!important;height:54px!important}
body.woocommerce-cart table.shop_table td.product-remove{width:30px!important;text-align:center}
body.woocommerce-cart table.shop_table td.product-name{white-space:normal!important;min-width:150px}
