/* Product page v0.1.3 — based on the supplied Takashimaya product page. */
.taka-product-page .taka-main{background:#fff}
.taka-product-page .taka-breadcrumb{padding-top:17px;padding-bottom:17px}
.taka-pdp{padding-bottom:92px}

/* First view: official near-50/50 composition. */
.taka-product-page .taka-official-product{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:22px;
  width:min(1180px,calc(100% - 40px));
  padding:0 0 60px;
  align-items:start;
}
.taka-official-product__media,.taka-official-product__summary{min-width:0}
.taka-official-product__summary{padding:0 0 0 2px}
.taka-product-gallery-stage{
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f4f4f4;
}
.taka-product-gallery-stage__button{
  position:relative;
  width:100%;height:100%;
  display:block;
  padding:0;border:0;
  background:transparent;
  cursor:zoom-in;
}
.taka-product-gallery-stage__button img{
  display:block;
  width:100%;height:100%;
  object-fit:contain;
  object-position:center;
}
.taka-product-gallery-stage__zoom{
  position:absolute;
  right:17px;bottom:17px;
  width:47px;height:47px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#fff;color:#111;
  box-shadow:0 2px 10px rgba(0,0,0,.16);
  font-size:29.7px;font-weight:300;line-height:1;
}

/* Supplier-style thumbnail row: one line, five visible, arrow navigation. */
.taka-product-thumbnails-shell{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 28px;
  align-items:stretch;
  gap:4px;
  margin-top:9px;
}
.taka-product-thumbnails{
  display:flex!important;
  grid-template-columns:none!important;
  gap:5px!important;
  min-width:0;
  margin:0!important;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
}
.taka-product-thumbnails::-webkit-scrollbar{display:none}
.taka-product-thumbnail{
  flex:0 0 calc((100% - 20px)/5);
  width:auto!important;
  min-width:0;
  aspect-ratio:1/1;
  padding:2px!important;
  border:1px solid #d5d5d5!important;
  background:#fff;
  overflow:hidden;
  cursor:pointer;
  scroll-snap-align:start;
}
.taka-product-thumbnail.is-active{padding:1px!important;border:2px solid #222!important}
.taka-product-thumbnail img{display:block;width:100%;height:100%;object-fit:contain}
.taka-product-thumbnails-arrow{
  width:28px;
  padding:0;
  border:0;
  background:#fff;
  color:#222;
  font-family:Georgia,"Times New Roman",serif;
  font-size:36.3px;
  line-height:1;
  cursor:pointer;
}
.taka-product-thumbnails-arrow[disabled]{opacity:.18;cursor:default}
.taka-product-image-note{margin:10px 0 0;color:#747474;font-size:12.1px;line-height:1.6}

/* Summary */
.taka-product-new{
  display:inline-block;
  margin:0 0 9px;
  padding:2px 8px;
  background:#b1272c;
  color:#fff;
  font-size:12.1px;
  font-weight:700;
  line-height:1.6;
}
.taka-product-page .taka-product-brand-link{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 7px;
  border:0;
  color:#4a4a4a;
  font-size:14.3px;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.taka-product-page .taka-product-title{
  margin:0;
  color:#111;
  font-size:28.6px;
  font-weight:600;
  line-height:1.48;
  letter-spacing:.01em;
}
.taka-product-code{margin:7px 0 0;color:#6e6e6e;font-size:13.2px}
.taka-product-page .taka-product-price-panel{
  margin:20px 0 0;
  padding:18px 0;
  border-top:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
}
.taka-product-price-line{
  display:flex;
  align-items:baseline;
  gap:13px;
  flex-wrap:nowrap;
  min-width:0;
  white-space:nowrap;
}
.taka-product-price-line__regular{
  color:#777;
  font-size:15.4px;
  font-weight:400;
  text-decoration-thickness:1px;
  text-decoration-color:#8c8c8c;
}
.taka-product-price-line__sale{
  color:#b12026;
  font-size:31.9px;
  font-weight:700;
  line-height:1.25;
}
.taka-product-price-line__badge{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:2px 8px;
  background:#b12026;
  color:#fff;
  font-size:12.1px;
  font-style:normal;
  font-weight:700;
  letter-spacing:.01em;
}
.taka-product-price-line--single{align-items:center}
.taka-product-page .taka-product-lead{
  margin:0;
  padding:18px 0;
  border-top:0;
  border-bottom:1px solid #d8d8d8;
  color:#333;
  font-size:14.3px;
  line-height:1.85;
}
.taka-product-lead p{margin:0}

/* Colour and real-size options. */
.taka-product-page .taka-product-option{padding:18px 0;border-bottom:1px solid #d8d8d8}
.taka-product-option__heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:12px}
.taka-product-option__heading h2{margin:0;font-size:15.4px;font-weight:700}
.taka-product-option__heading span{color:#686868;font-size:13.2px}
.taka-product-page .taka-product-colours{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}
.taka-product-page .taka-product-colour{
  min-width:0;
  padding:6px;
  border:1px solid #d8d8d8;
  background:#fff;
  color:#111;
}
.taka-product-colour:hover{border-color:#777}
.taka-product-page .taka-product-colour.is-selected{padding:5px;border:2px solid #1b1b1b}
.taka-product-colour__image{display:block;width:100%;aspect-ratio:1/1;background:#f4f4f4;overflow:hidden}
.taka-product-colour__image img,.taka-product-colour__image .taka-image-placeholder{display:block;width:100%;height:100%;object-fit:contain}
.taka-product-colour__name{display:block;margin-top:4px;font-size:11.55px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.taka-product-colour small{display:block;margin-top:1px;color:#777;font-size:9.9px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.taka-product-sizes{display:flex;gap:8px;flex-wrap:wrap}
.taka-product-size{min-width:62px;padding:9px 14px;border:1px solid #bbb;background:#fff;text-align:center}
.taka-product-size.is-selected{border-color:#222;background:#222;color:#fff}

/* Purchase area */
.taka-product-page .taka-product-purchase{
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:14px;
  align-items:end;
  padding:21px 0 10px;
}
.taka-product-quantity>span{display:block;margin-bottom:6px;font-size:13.2px}
.taka-product-page .taka-quantity-control{display:grid;grid-template-columns:34px 46px 34px;height:48px;border:1px solid #bdbdbd}
.taka-quantity-control button{padding:0;border:0;background:#fff;font-size:22px;cursor:pointer}
.taka-quantity-control input{width:100%;padding:0;border:0;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:15.4px;-moz-appearance:textfield}
.taka-quantity-control input::-webkit-inner-spin-button,.taka-quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.taka-product-page .taka-product-cart-button{
  min-height:58px;
  border:0;
  background:#a91f24;
  color:#fff;
  font-size:18.7px;
  font-weight:700;
  letter-spacing:.02em;
  cursor:pointer;
}
.taka-product-cart-button:hover{background:#8e171c}
.taka-product-cart-button__icon{position:relative;display:inline-block;width:17px;height:12px;margin-right:9px;border:2px solid currentColor;border-top-width:1px;vertical-align:-1px}
.taka-product-cart-button__icon:before{content:"";position:absolute;left:-5px;top:-5px;width:7px;height:7px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:skewX(-20deg)}
.taka-product-cart-button__icon:after{content:"";position:absolute;left:1px;bottom:-6px;width:3px;height:3px;border-radius:50%;background:currentColor;box-shadow:10px 0 0 currentColor}
.taka-product-return-note{margin:0 0 16px;color:#747474;font-size:12.1px}

/* Delivery panel follows the supplier's compact expandable module. */
.taka-product-delivery{margin:0;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8}
.taka-product-delivery summary{
  display:grid;
  grid-template-columns:100px minmax(0,1fr) auto 18px;
  gap:12px;
  align-items:center;
  min-height:61px;
  padding:10px 0;
  cursor:pointer;
  list-style:none;
}
.taka-product-delivery summary::-webkit-details-marker{display:none}
.taka-product-delivery summary>span{font-size:14.3px;font-weight:700}
.taka-product-delivery summary>strong{font-size:13.2px;font-weight:500}
.taka-product-delivery summary>em{color:#555;font-size:12.1px;font-style:normal;text-decoration:underline}
.taka-product-delivery summary:after{content:"＋";grid-column:4;grid-row:1;font-size:18.7px;text-decoration:none}
.taka-product-delivery[open] summary:after{content:"−"}
.taka-product-delivery summary>em{margin-right:23px}
.taka-product-delivery>div{padding:0 0 16px 112px;color:#555;font-size:13.2px;line-height:1.75}
.taka-product-delivery>div p{margin:0 0 6px}
.taka-product-delivery>div a{text-decoration:underline}

.taka-product-actions{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #d8d8d8}
.taka-product-action{
  display:flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;
  padding:8px 10px;
  border:0;
  background:#fff;
  color:#222;
  font-size:13.2px;
  cursor:pointer;
}
.taka-product-action+.taka-product-action{border-left:1px solid #d8d8d8}
.taka-product-action span:first-child{font-size:22px;line-height:1}
.taka-product-action.is-active span:first-child{color:#a91f24}
.taka-product-identifiers{display:grid;grid-template-columns:112px minmax(0,1fr);margin:20px 0 0;border-top:1px solid #d8d8d8}
.taka-product-identifiers dt,.taka-product-identifiers dd{margin:0;padding:9px 0;border-bottom:1px solid #e5e5e5;font-size:13.2px;overflow-wrap:anywhere}
.taka-product-identifiers dt{color:#6c6c6c}

/* Details tabs and selected-variation specifications. */
.taka-product-tabs{padding:0 0 62px}
.taka-product-tabs__nav{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #222;border-bottom:1px solid #222}
.taka-product-tabs__nav button{
  min-height:52px;
  padding:10px 18px;
  border:0;
  border-bottom:3px solid transparent;
  background:#fff;
  font-size:15.4px;
  font-weight:700;
  cursor:pointer;
}
.taka-product-tabs__nav button+button{border-left:1px solid #e1e1e1}
.taka-product-tabs__nav button.is-active{border-bottom-color:#222}
.taka-product-tabs__panel{padding:30px 0 0}
.taka-product-tabs__panel[hidden]{display:none!important}
.taka-product-tabs__panel>h2{margin:0 0 21px;font-size:23.1px;letter-spacing:.02em}
.taka-product-spec-table{display:grid;grid-template-columns:155px minmax(0,1fr);margin:0;border-top:1px solid #d8d8d8}
.taka-product-spec-table dt,.taka-product-spec-table dd{margin:0;padding:13px 16px;border-bottom:1px solid #d8d8d8;font-size:14.3px;line-height:1.75}
.taka-product-spec-table dt{background:#f6f6f6;font-weight:700}
.taka-product-empty-detail{padding:18px;background:#f7f7f7;color:#666}
.taka-product-brand-story{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:34px;
  align-items:center;
  margin-top:38px;
  padding:28px 0;
  border-top:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
}
.taka-product-brand-story__logo{display:flex;align-items:center;justify-content:center;min-height:150px;padding:16px;background:#fff}
.taka-product-brand-story__logo img{width:100%;max-width:220px;max-height:120px;object-fit:contain}
.taka-product-brand-story__copy h3{margin:0 0 13px;font-size:19.8px}
.taka-product-brand-story__copy p{margin:0 0 12px;line-height:1.9}
.taka-product-brand-story__copy a{display:inline-block;margin-top:4px;text-decoration:underline;text-underline-offset:3px}
.taka-product-policy-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #ddd;border-left:1px solid #ddd}
.taka-product-policy-grid section{min-height:142px;padding:22px;border-right:1px solid #ddd;border-bottom:1px solid #ddd}
.taka-product-policy-grid h3{margin:0 0 9px;font-size:15.4px}
.taka-product-policy-grid p{margin:0;color:#555;font-size:14.3px;line-height:1.8}
.taka-product-policy-grid a{text-decoration:underline}

/* Recommendation rows follow the source page but only contain local bag data. */
.taka-pdp-recommendation{padding:0 0 58px}
.taka-pdp-recommendation>h2{margin:0 0 20px;font-size:22px;letter-spacing:.02em}
.taka-pdp-recommendation__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.taka-pdp-recommendation .taka-product-card h3{font-size:13.2px;line-height:1.55}
.taka-pdp-recommendation .taka-product-card__body{padding-top:9px}
.taka-pdp-recommendation .taka-price ins{font-size:15.4px}
.taka-pdp-recommendation .taka-price del{font-size:12.1px}

/* Sticky page navigation modelled on the supplier page. */
.taka-product-sticky{
  position:fixed;
  z-index:70;
  left:50%;bottom:0;
  transform:translateX(-50%);
  display:grid;
  grid-template-columns:repeat(3,150px) 190px;
  width:max-content;
  max-width:calc(100% - 24px);
  background:#fff;
  border:1px solid #d1d1d1;
  box-shadow:0 -3px 18px rgba(0,0,0,.14);
  transition:opacity .2s,transform .2s;
}
.taka-product-sticky.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%,100%)}
.taka-product-sticky a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:8px 13px;border-right:1px solid #ddd;font-size:13.2px;font-weight:600}
.taka-product-sticky__cart{border-right:0!important;background:#a91f24;color:#fff!important}

/* Zoom */
.taka-product-page .taka-product-zoom[hidden]{display:none}
.taka-product-page .taka-product-zoom{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:28px}
.taka-product-zoom__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.72);cursor:zoom-out}
.taka-product-zoom__dialog{position:relative;z-index:1;display:grid;place-items:center;width:min(92vw,1100px);height:min(92vh,1100px);background:#fff}
.taka-product-zoom__dialog img{width:100%;height:100%;object-fit:contain}
.taka-product-zoom__close{position:absolute;z-index:2;right:10px;top:8px;width:44px;height:44px;border:0;background:#fff;color:#111;font-size:33px;line-height:1;cursor:pointer;box-shadow:0 1px 8px rgba(0,0,0,.14)}
.taka-modal-open{overflow:hidden}

@media(max-width:1000px){
  .taka-product-page .taka-official-product{gap:20px}
  .taka-product-page .taka-product-title{font-size:25.3px}
  .taka-product-page .taka-product-colours{grid-template-columns:repeat(4,minmax(0,1fr))}
  .taka-pdp-recommendation__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .taka-product-sticky{grid-template-columns:repeat(3,126px) 160px}
}

@media(max-width:800px){
  .taka-pdp{padding-bottom:72px}
  .taka-product-page .taka-official-product{grid-template-columns:1fr;gap:28px;width:min(100%,680px);padding-top:0}
  .taka-official-product__media,.taka-official-product__summary{width:min(100% - 28px,650px);margin:0 auto}
  .taka-product-gallery-stage{margin-left:-14px;margin-right:-14px}
  .taka-product-page .taka-product-colours{grid-template-columns:repeat(5,minmax(0,1fr))}
  .taka-product-brand-story{grid-template-columns:190px minmax(0,1fr)}
  .taka-pdp-recommendation__grid{display:flex;gap:13px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}
  .taka-pdp-recommendation__grid::-webkit-scrollbar{display:none}
  .taka-pdp-recommendation__grid .taka-product-card{flex:0 0 42%;scroll-snap-align:start}
  .taka-product-sticky{left:0;right:0;bottom:0;transform:none;width:100%;max-width:none;grid-template-columns:repeat(3,1fr) 1.25fr;border-left:0;border-right:0}
  .taka-product-sticky.is-hidden{transform:translateY(100%)}
}

@media(max-width:600px){
  .taka-product-price-line{gap:9px}
  .taka-product-price-line__regular{font-size:14.3px}
  .taka-product-price-line__badge{padding:2px 6px;font-size:11px}
  .taka-product-page .taka-breadcrumb{width:calc(100% - 28px)}
  .taka-product-page .taka-product-title{font-size:24.2px;line-height:1.45}
  .taka-product-price-line__sale{font-size:28.6px}
  .taka-product-thumbnails-shell{grid-template-columns:24px minmax(0,1fr) 24px}
  .taka-product-thumbnails-arrow{width:24px;font-size:30.8px}
  .taka-product-thumbnail{flex-basis:calc((100% - 15px)/4)}
  .taka-product-page .taka-product-colours{grid-template-columns:repeat(3,minmax(0,1fr))}
  .taka-product-page .taka-product-purchase{grid-template-columns:112px minmax(0,1fr);gap:10px}
  .taka-product-page .taka-quantity-control{grid-template-columns:32px 44px 32px}
  .taka-product-page .taka-product-cart-button{font-size:16.5px}
  .taka-product-delivery summary{grid-template-columns:90px minmax(0,1fr) auto 18px;gap:8px}
  .taka-product-delivery summary>em{display:none}
  .taka-product-delivery>div{padding-left:98px}
  .taka-product-actions{grid-template-columns:1fr}
  .taka-product-action+.taka-product-action{border-left:0;border-top:1px solid #d8d8d8}
  .taka-product-identifiers{grid-template-columns:100px minmax(0,1fr)}
  .taka-product-tabs{width:calc(100% - 28px)}
  .taka-product-tabs__nav button{font-size:13.2px;padding-left:7px;padding-right:7px}
  .taka-product-spec-table{grid-template-columns:96px minmax(0,1fr)}
  .taka-product-spec-table dt,.taka-product-spec-table dd{padding:11px 10px;font-size:13.2px}
  .taka-product-brand-story{grid-template-columns:1fr;gap:12px}
  .taka-product-brand-story__logo{min-height:100px;padding:8px}
  .taka-product-brand-story__logo img{max-height:85px}
  .taka-product-policy-grid{grid-template-columns:1fr}
  .taka-pdp-recommendation{width:calc(100% - 28px);padding-bottom:44px}
  .taka-pdp-recommendation>h2{font-size:19.8px}
  .taka-pdp-recommendation__grid .taka-product-card{flex-basis:55%}
  .taka-product-sticky a{min-height:54px;padding:6px 4px;font-size:11px}
  .taka-product-sticky__cart{font-size:13.2px!important}
  .taka-product-zoom{padding:8px!important}
  .taka-product-zoom__dialog{width:100%;height:auto;max-height:94vh;aspect-ratio:1/1}
}


/* v0.7.0 Watch product presentation */
.taka-product-watch-collection{
  display:inline-block;
  margin:2px 0 8px;
  color:#6a6a6a;
  font-family:Georgia,"Times New Roman",serif;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-bottom:1px solid #aaa;
  padding-bottom:2px;
}
.taka-product-identifiers--watch{margin-top:24px}
.taka-product-page .taka-product-spec-table dt{
  word-break:keep-all;
}
@media(max-width:600px){
  .taka-product-watch-collection{font-size:12px}
}
\n\n/* v0.7.2 Watch PDP refinement */\n.taka-pdp--watch .taka-official-product{grid-template-columns:minmax(0,1.06fr) minmax(410px,.94fr);gap:48px;padding-bottom:72px}\n.taka-pdp--watch .taka-product-gallery-stage{background:#fff;border:1px solid #ececec}\n.taka-pdp--watch .taka-product-gallery-stage__button{display:grid;place-items:center}\n/* Never enlarge a small source file to fill the whole canvas. HQ images stay large;\n   a legacy low-res file stays at its intrinsic size instead of becoming visibly blurry. */\n.taka-pdp--watch .taka-product-gallery-stage__button img{width:auto;height:auto;max-width:92%;max-height:92%;object-fit:contain}\n.taka-pdp--watch .taka-product-gallery-stage__zoom{right:14px;bottom:14px;width:40px;height:40px;border:1px solid #ddd;box-shadow:none;font-size:24px}\n.taka-pdp--watch .taka-official-product__summary{padding:14px 0 0}\n.taka-pdp--watch .taka-product-brand-link{margin-bottom:5px;text-decoration:none;font-size:12px;letter-spacing:.1em;font-weight:700}\n.taka-pdp--watch .taka-product-brand-link:hover{text-decoration:underline;text-underline-offset:3px}\n.taka-pdp--watch .taka-product-watch-collection{margin:0 0 5px;padding:0;border:0;color:#777;font-size:12px;letter-spacing:.14em}\n.taka-pdp--watch .taka-product-title{font-family:Georgia,"Times New Roman","Yu Mincho",serif;font-size:29px;line-height:1.4;font-weight:400;letter-spacing:.02em}\n.taka-pdp--watch .taka-product-code{margin-top:10px}\n.taka-pdp--watch .taka-product-price-panel{margin-top:22px;padding:20px 0}\n.taka-pdp--watch .taka-product-lead{font-size:13.5px;line-height:1.95}\n.taka-pdp--watch .taka-product-identifiers{margin-top:18px}\n.taka-pdp--watch .taka-product-tabs__panel>h2{font-family:Georgia,"Times New Roman","Yu Mincho",serif;font-weight:400;letter-spacing:.04em}\n.taka-pdp--watch .taka-product-spec-table{grid-template-columns:180px minmax(0,1fr)}\n.taka-pdp--watch .taka-product-spec-table dt{background:#fafafa;font-weight:600;color:#444}\n@media(min-width:801px){.taka-pdp--watch .taka-product-sticky{display:none!important}}\n@media(max-width:800px){\n  .taka-pdp--watch .taka-official-product{grid-template-columns:1fr;gap:24px}\n  .taka-pdp--watch .taka-product-gallery-stage__button img{max-width:96%;max-height:96%}\n}\n@media(max-width:600px){\n  .taka-pdp--watch .taka-product-title{font-size:24px}\n  .taka-pdp--watch .taka-product-spec-table{grid-template-columns:108px minmax(0,1fr)}\n}\n