/* Site-wide content width + overflow guards (header/footer/main aligned). */
html{overflow-x:clip}
body{overflow-x:clip;max-width:100%}
#main-content{min-width:0;max-width:100%;overflow-x:clip}

.yc-site-width,
.yc-container,
.yc-footer-inner,
.yc-home-container,
.yc-flow-page #main-content > .yc-container,
.yc-buy,
.yc-buy-nav .yc-container{
  width:min(var(--yc-header-max,var(--yc-container-max,var(--yc-container,1220px))),calc(100% - var(--yc-header-gutter,var(--yc-gutter,16px)) * 2));
  max-width:100%;
  margin-inline:auto;
  min-width:0;
  box-sizing:border-box;
}

.yc-content-page .yc-cp-shell,
body.yc-taksit-apply-active .ta-page{
  width:100%;
  max-width:none;
  margin-inline:0;
  box-sizing:border-box;
}

.yc-home-container{max-width:none}

.yc-block,
.yc-box,
.yc-flow-heading,
.woocommerce-MyAccount-content,
.yc-account-layout,
.yc-archive-layout,
.yc-archive-main,
.yc-sg-wall,
.yc-blog-layout{
  min-width:0;
  max-width:100%;
}

.yc-flow-heading{flex-wrap:wrap}
.yc-flow-heading .yc-text-link{white-space:normal}

/* Scroll wide order tables only — do not set display:block on .shop_table (breaks cart/checkout totals). */
#main-content :where(.woocommerce-cart-form,.woocommerce-orders-table--wrapper){
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

#main-content table.shop_table,
#main-content table.woocommerce-table{
  width:100%;
  max-width:100%;
  border-collapse:collapse;
}

#main-content :where(img,video,iframe,svg){max-width:100%;height:auto}
#main-content :where(pre,code){overflow-x:auto;max-width:100%;word-break:break-word}

.yc-grid > *,
.yc-home-trust > *,
.yc-home-cats > *,
.yc-home-brands > *,
.yc-home-quick > *,
.yc-home-why > *,
.yc-home-blog > *,
.yc-footer-columns > *,
.yc-footer-trust > *{
  min-width:0;
}

@media (max-width:900px){
  .yc-site-width,
  .yc-container,
  .yc-footer-inner,
  .yc-home-container,
  .yc-flow-page #main-content > .yc-container,
  .yc-buy,
  .yc-buy-nav .yc-container{
    width:calc(100% - var(--yc-header-mobile-gutter,var(--yc-gutter,16px)) * 2);
  }
}
