/* DosthaneSepet storefront & mobile refinements */
.page-wrapper {
  overflow-x: hidden;
}
.product {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eef2f7;
  transition: transform .18s ease, box-shadow .18s ease;
}
.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
}
.product .product-media {
  background: #f8fafc;
}
.product .product-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product .product-details {
  padding: 1.4rem 1.4rem 1.6rem;
}
.product .product-name {
  min-height: 4.4rem;
  margin-bottom: .8rem;
}
.product .product-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
}
.product .product-price {
  font-weight: 700;
}
.header-mobile-search {
  display: none;
}
.mobile-search-form {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1.2rem;
  padding: .9rem 1rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}
.mobile-search-form .form-control {
  border: 0;
  box-shadow: none;
  background: #f8fafc;
  border-radius: 12px;
  height: 4.4rem;
}
.mobile-search-form .btn-search {
  min-width: 4.4rem;
  height: 4.4rem;
  border-radius: 12px;
}
.header-middle .logo img {
  display: block;
}
.cart-dropdown .dropdown-box {
  border-radius: 18px;
}
.cart-dropdown .cart-action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
}
.cart-dropdown .cart-action .btn {
  width: 100%;
  margin: 0;
}
.category-ellipse .category-media img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.intro-wrapper .intro-slide {
  min-height: 38rem;
}
.intro-wrapper .category-banner img {
  width: 100%;
  height: 23rem;
  object-fit: cover;
}
.shop-content .product-wrapper,
.main-content .product-wrapper {
  row-gap: 2rem;
}
.page-header {
  padding: 3rem 0 2.4rem;
}
.footer .widget-title,
.footer .widget-body,
.footer .social-links {
  word-break: break-word;
}
@media (max-width: 1199px) {
  .header-call {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body {
    background: #f6f7fb;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 110;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  }
  .header-top {
    display: none;
  }
  .mobile-header-middle {
    padding: .95rem 0 .45rem;
    background: #fff;
  }
  .mobile-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .mobile-header-left {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    gap: 1rem;
  }
  .mobile-header-actions {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-left: 0 !important;
    flex: 0 0 auto;
  }
  .mobile-nav-trigger,
  .mobile-header-actions .link,
  .mobile-header-actions .cart-toggle {
    width: 4.4rem;
    height: 4.4rem;
    min-width: 4.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border-radius: 1.4rem;
    background: #f7f8fc;
    color: #1f2937;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
  }
  .mobile-logo {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
  }
  .mobile-logo img {
    max-height: 4.8rem !important;
    max-width: 14rem !important;
    width: auto;
  }
  .mobile-header-account,
  .mobile-header-favorite {
    display: none !important;
  }
  .mobile-header-actions .wishlist-label,
  .mobile-header-actions .cart-label {
    display: none !important;
  }
  .mobile-cart-dropdown .cart-count {
    min-width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1rem;
    top: .4rem;
    right: .4rem;
    box-shadow: 0 6px 16px rgba(249, 115, 22, .3);
  }
  .header-mobile-search {
    display: block;
    padding: 0 0 1rem;
    background: #fff;
  }
  .mobile-search-block .container {
    padding-top: .2rem;
  }
  .mobile-search-pill {
    gap: .55rem;
    padding: .55rem .6rem .55rem 1rem;
    margin: 0;
    border: 1px solid #ebeef5;
    border-radius: 1.8rem;
    background: #f8f9fc;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
  }
  .mobile-search-pill .form-control {
    height: 4.6rem;
    padding: 0;
    font-size: 1.4rem;
    background: transparent;
  }
  .mobile-search-btn {
    width: 4.6rem;
    min-width: 4.6rem;
    height: 4.6rem;
    border: 0;
    border-radius: 1.4rem;
    background: #fff;
    color: #111827;
    box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
  }
  .header-bottom .category-dropdown,
  .header-bottom .main-nav,
  .header-bottom .header-right {
    display: none !important;
  }
  .header-bottom {
    min-height: .1rem;
    border: 0;
  }
  .intro-wrapper {
    margin-top: .8rem;
  }
  .intro-wrapper > .row {
    row-gap: 1rem;
  }
  .intro-wrapper .intro-slide {
    min-height: 28rem;
    border-radius: 2rem;
    overflow: hidden;
  }
  .intro-wrapper .banner-content {
    padding: 2rem !important;
  }
  .intro-wrapper .banner-title {
    font-size: 2.4rem !important;
  }
  .product .product-details {
    padding: 1.2rem 1rem 1.4rem;
  }
  .product .product-action-vertical {
    right: .8rem;
  }
  .cart-dropdown .dropdown-box {
    width: min(92vw, 38rem);
    right: 0;
  }
  .cart-dropdown .cart-action {
    grid-template-columns: 1fr;
  }
  .shop-default-category {
    margin-bottom: 4rem;
  }
  .shop-content.row {
    margin-left: -.8rem;
    margin-right: -.8rem;
  }
  .shop-content .main-content,
  .shop-content [class*='col-'] {
    padding-left: .8rem;
    padding-right: .8rem;
  }
  .shop-content .sidebar {
    order: 2;
  }
  .shop-content .main-content {
    order: 1;
  }
  .product-single .product-details,
  .checkout .order-summary,
  .checkout .order-summary-wrapper,
  .checkout .coupon,
  .shop-sidebar .sticky-sidebar {
    border-radius: 1.8rem;
  }
  .checkout .form-row,
  .checkout .row {
    row-gap: 1rem;
  }
  .mobile-bottom-nav {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem;
    padding: .55rem .75rem calc(.55rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
    box-shadow: 0 -10px 28px rgba(15, 23, 42, .12);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .mobile-bottom-nav .sticky-link {
    padding: .5rem .2rem;
    border-radius: 1.2rem;
    color: #667085;
    transition: .2s ease;
  }
  .mobile-bottom-nav .sticky-link i {
    font-size: 1.8rem;
  }
  .mobile-bottom-nav .sticky-link p {
    margin-top: .2rem;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .mobile-bottom-nav .sticky-link.active,
  .mobile-bottom-nav .sticky-link:hover {
    background: #f4f6fb;
    color: #111827;
  }
  .mobile-bottom-search .search-toggle {
    width: 100%;
  }
  .main {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .mobile-header-middle {
    padding: .75rem 0 .4rem;
  }
  .mobile-header-shell {
    gap: .75rem;
  }
  .mobile-nav-trigger,
  .mobile-header-actions .link,
  .mobile-header-actions .cart-toggle {
    width: 4.2rem;
    height: 4.2rem;
    min-width: 4.2rem;
    border-radius: 1.3rem;
  }
  .mobile-logo img {
    max-height: 4.4rem !important;
    max-width: 12.4rem !important;
  }
  .mobile-search-pill {
    border-radius: 1.6rem;
    padding: .5rem .55rem .5rem .95rem;
  }
  .mobile-search-pill .form-control {
    height: 4.4rem;
  }
  .mobile-search-btn {
    width: 4.4rem;
    min-width: 4.4rem;
    height: 4.4rem;
  }
  .product-wrap {
    margin-bottom: 1.2rem;
  }
  .main-content .product-wrapper.row.cols-2,
  .shop-content .product-wrapper.row.cols-2 {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }
  .main-content .product-wrapper.row.cols-2 > .product-wrap,
  .shop-content .product-wrapper.row.cols-2 > .product-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .product {
    border-radius: 1.6rem;
  }
  .product .product-name {
    min-height: 3.8rem;
  }
  .product .product-name a {
    font-size: 1.3rem;
    line-height: 1.35;
  }
  .product .product-cat {
    display: none;
  }
  .product .product-price {
    font-size: 1.55rem;
  }
  .product .product-action-vertical {
    top: .8rem;
    right: .8rem;
    opacity: 1;
    visibility: visible;
  }
  .product .product-action-vertical .btn-product-icon {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
  }
  .title-link-wrapper {
    align-items: flex-start;
  }
  .title-link-wrapper .title {
    font-size: 2rem;
    line-height: 1.3;
  }
  .intro-wrapper .col-md-4 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .intro-wrapper .col-md-4 .row > div {
    margin-bottom: 0 !important;
  }
  .intro-wrapper .category-banner img {
    height: 16rem;
  }
  .owl-carousel .owl-stage {
    display: flex;
  }
  .owl-carousel .owl-item .product-wrap,
  .owl-carousel .owl-item .category-wrap {
    height: 100%;
  }
  .page-header {
    padding: 2.2rem 0 1.8rem;
  }
  .page-title {
    font-size: 2.2rem;
  }
  .login-page .form-tab .nav-item,
  .login-page .form-tab .nav-link {
    width: 100%;
  }
  .cart-dropdown .dropdown-box {
    width: calc(100vw - 20px);
    right: -8px;
  }
  .products,
  .cart-dropdown .products {
    max-height: 34rem !important;
    overflow-y: auto;
  }
  .product-single.row {
    margin-left: 0;
    margin-right: 0;
  }
  .product-single .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .product-single .product-thumbs-wrap,
  .product-single .product-gallery {
    margin-bottom: 1.2rem;
  }
  .product-single .product-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
  }
  .product-single .product-thumbs .product-thumb {
    margin-right: 0;
    border-radius: 1.2rem;
    overflow: hidden;
  }
  .product-single .product-form.container,
  .product-single .product-form {
    display: block !important;
    width: 100% !important;
  }
  .product-single .product-form .product-qty-form,
  .product-single .product-form .input-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .product-single .btn-cart,
  .product-single .btn,
  .product-single button[type='submit'] {
    width: 100%;
    justify-content: center;
  }
  .product-single .social-links-wrapper {
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
  }
  .cart-table thead {
    display: none;
  }
  .cart-table,
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    display: block;
    width: 100%;
  }
  .cart-table tr {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 1.8rem;
    padding: 1.2rem;
    margin-bottom: 1.2rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  }
  .cart-table td {
    border: 0;
    padding: .55rem 0;
  }
  .cart-table td[data-title] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
  }
  .cart-table td[data-title]::before {
    content: attr(data-title);
    font-weight: 600;
    color: #6b7280;
    flex: 0 0 auto;
  }
  .cart-table .product-thumbnail {
    padding-bottom: .8rem;
  }
  .cart-table .product-thumbnail::before {
    display: none;
  }
  .cart-table .product-thumbnail .p-relative {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .cart-table .product-thumbnail figure {
    width: 7.6rem;
    height: 7.6rem;
    border-radius: 1.4rem;
    overflow: hidden;
    background: #f7f8fc;
    margin: 0;
  }
  .cart-table .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cart-table .product-thumbnail .btn-close {
    top: -.6rem;
    right: -.6rem;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
  }
  .cart-table .product-name a {
    text-align: right;
  }
  .cart-table .input-group {
    justify-content: flex-end;
  }
  .cart .cart-action {
    display: grid;
    grid-template-columns: 1fr;
    gap: .8rem;
  }
  .cart .cart-action .btn {
    width: 100%;
    margin: 0 !important;
    justify-content: center;
  }
  .checkout .mobile-checkout-coupon {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    margin-bottom: 1.4rem;
    padding: 1rem;
    border: 1px solid #e8edf5;
    border-radius: 1.8rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  }
  .checkout .mobile-checkout-coupon input {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .checkout .mobile-checkout-coupon .btn {
    width: 100%;
  }
  .checkout .checkout-form .col-lg-7,
  .checkout .checkout-form .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout .checkout-form .form-control,
  .checkout .checkout-form textarea,
  .checkout .checkout-form select {
    min-height: 4.6rem;
    border-radius: 1.4rem;
    background: #fff;
  }
  .checkout .order-summary-wrapper {
    margin-top: 1rem;
  }
  .checkout .order-summary {
    background: #fff;
    border: 1px solid #e8edf5;
    padding: 1.2rem 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  }
  .checkout .order-table td,
  .checkout .order-table th {
    font-size: 1.3rem;
    padding: .9rem 0;
  }
  .footer .widget {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .intro-wrapper .banner-title {
    font-size: 2rem !important;
  }
  .mobile-logo img {
    max-width: 11.2rem !important;
  }
  .mobile-bottom-nav {
    gap: .2rem;
    padding-left: .45rem;
    padding-right: .45rem;
  }
  .mobile-bottom-nav .sticky-link p {
    font-size: 1rem;
  }
}


/* v4 mobile polish */
.product-price.has-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.product-price .old-price {
  color: #98a2b3;
  font-size: 1.25rem;
  text-decoration: line-through;
}
.ds-product-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: .35rem .9rem;
  border-radius: 999px;
  background: rgba(17, 24, 39, .85);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .01em;
}
.ds-product-badge.sale { background: #ff6b35; }
.ds-product-badge.limited { background: #b54708; }
.ds-product-badge.out { background: #667085; }
.store-product-card .product-action { margin-top: 1rem; }
.store-product-card.out-of-stock .btn-product { opacity: .8; }
@media (max-width: 991px) {
  .mobile-bottom-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .mobile-bottom-search,
  .mobile-bottom-search .header-search {
    display: contents;
  }
  .mobile-bottom-search .sticky-search-form {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(7rem + env(safe-area-inset-bottom));
    z-index: 120;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1.6rem;
    box-shadow: 0 18px 36px rgba(15, 23, 42, .16);
    padding: .7rem;
  }
}
@media (max-width: 767px) {
  .mobile-header-shell {
    position: relative;
    min-height: 4.6rem;
  }
  .mobile-header-left {
    width: 100%;
  }
  .mobile-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    justify-content: center;
    width: auto;
  }
  .mobile-logo img {
    max-height: 3.7rem !important;
    max-width: 9.2rem !important;
  }
  .mobile-header-actions {
    margin-left: auto !important;
    z-index: 1;
  }
  .mobile-nav-trigger {
    z-index: 1;
  }
  .header-mobile-search {
    padding: .25rem 0 .95rem;
  }
  .mobile-search-pill {
    background: #fff;
    border: 1px solid #e6eaf2;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .10);
  }
  .mobile-search-pill .form-control {
    font-size: 1.35rem;
  }
  .product .product-details {
    padding: 1rem .95rem 1.2rem;
  }
  .product .product-action {
    margin-top: .9rem;
  }
  .product .btn-product {
    min-height: 3.8rem;
    border-radius: 1.1rem;
    font-size: 1.2rem;
  }
  .footer-top .row {
    row-gap: 1.6rem;
  }
}


/* live review fixes */
.product-main-price-display .old-price{opacity:.65;font-size:1.45rem}
.product-price-note,.variant-price-note{font-size:1.25rem;color:#6b7280;line-height:1.5}
.product-details .btn-product-view{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:.9rem 1.4rem;display:inline-flex;align-items:center;justify-content:center}
@media (max-width: 767px){
  .header-top{display:none}
  .mobile-header-shell{padding-top:.6rem;padding-bottom:.6rem}
  .mobile-logo img{max-height:64px!important}
  .mobile-header-actions .header-call,.mobile-header-actions .mobile-header-favorite{display:none!important}
  .mobile-header-actions{margin-left:auto!important;gap:.4rem}
  .mobile-nav-trigger,.mobile-cart-dropdown .cart-toggle{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff}
  .mobile-search-block{padding-top:.4rem}
  .mobile-search-pill{border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.06)}
  .shop-default-category .category-name{font-size:1.2rem}
  .product-single .product-form.container{padding-left:0;padding-right:0}
  .product-variations .size{font-size:1.15rem;padding:.75rem 1rem;margin:.35rem .35rem 0 0;border-radius:999px}
  .sticky-footer.mobile-bottom-nav{padding-bottom:calc(env(safe-area-inset-bottom) + 2px)}
}


@media (max-width: 991px) {
  .mobile-header-shell {
    align-items: center;
  }
  .mobile-header-left {
    gap: .75rem;
  }
  .mobile-header-actions {
    gap: .45rem;
  }
  .mobile-nav-trigger,
  .mobile-header-actions .link,
  .mobile-header-actions .cart-toggle {
    border: 1px solid #eef1f6;
  }
  .mobile-header-middle .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .header-mobile-search {
    padding-bottom: .85rem;
  }
  .mobile-search-pill {
    margin-top: .15rem;
  }
  .intro-wrapper {
    margin-top: .4rem;
  }
  .category-ellipse-section .category-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mobile-logo img {
    max-width: 11.2rem !important;
  }
  .mobile-header-actions .mobile-cart-dropdown {
    margin-right: 0 !important;
  }
  .mobile-search-pill .form-control::placeholder {
    color: #98a2b3;
    font-size: 1.3rem;
  }
  .mobile-bottom-nav {
    gap: .15rem;
    padding-left: .55rem;
    padding-right: .55rem;
  }
  .mobile-bottom-nav .sticky-link p {
    font-size: 1rem;
  }
  .product .product-details {
    padding: 1rem .85rem 1.2rem;
  }
  .product .product-price {
    font-size: 1.45rem;
  }
  .product .btn-product-view {
    min-height: 3.8rem;
    border-radius: 1.1rem;
    font-size: 1.2rem;
  }
  .product-single .product-price-note {
    font-size: 1.2rem;
    line-height: 1.45;
  }
}


/* april 12 continued mobile/category/checkout polish */
.category-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 2.2rem;
  padding: 3rem;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #111827, #334155);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.category-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,23,42,.84), rgba(15,23,42,.42));
}
.category-hero-content {
  position: relative;
  z-index: 1;
  max-width: 58rem;
}
.category-hero-kicker {
  display: inline-flex;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.category-hero-card h1 {
  color: #fff;
  margin-bottom: .9rem;
  font-size: clamp(2.4rem, 4vw, 4rem);
}
.category-hero-card p {
  color: rgba(255,255,255,.92);
  max-width: 52rem;
  margin-bottom: 1.2rem;
}
.category-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}
.category-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  min-height: 3.4rem;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}
.category-mobile-tools {
  display: none;
}
.category-filter-toggle i { margin-right: .4rem; }
.category-mobile-count {
  font-weight: 600;
  color: #475467;
}
.category-product-grid > .category-hero-card,
.category-product-grid > .category-mobile-tools,
.category-product-grid > .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.category-product-grid .product-wrap {
  margin-bottom: 1.4rem;
}
.checkout-intro-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, #111827, #344054);
  color: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .14);
}
.checkout-badge {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  padding: .4rem .95rem;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .9rem;
}
.checkout-intro-card h2 {
  color: #fff;
  margin-bottom: .7rem;
  font-size: clamp(2.1rem, 3.1vw, 3.2rem);
}
.checkout-intro-card p {
  color: rgba(255,255,255,.88);
  max-width: 54rem;
  margin-bottom: 0;
}
.checkout-intro-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.checkout-mini-stat {
  min-width: 14rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1.6rem;
  background: rgba(255,255,255,.12);
}
.checkout-mini-stat strong {
  display: block;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #fff;
}
.checkout-mini-stat span {
  color: rgba(255,255,255,.82);
  font-size: 1.2rem;
}
.checkout-summary-head p,
.checkout-total-hint {
  color: #667085;
  font-size: 1.25rem;
  line-height: 1.5;
}
.checkout-payment-list {
  display: grid;
  gap: .9rem;
}
.checkout-payment-list li {
  margin: 0;
}
.checkout-payment-card {
  display: block;
  padding: 1.15rem 1.2rem 1.15rem 4rem;
  border: 1px solid #e4e7ec;
  border-radius: 1.6rem;
  background: #fff;
  transition: .2s ease;
}
.checkout-payment-input:checked + .checkout-payment-card {
  border-color: #111827;
  box-shadow: 0 14px 26px rgba(15,23,42,.08);
}
.checkout-payment-card small {
  display: block;
  margin-top: .35rem;
  color: #667085;
}
.checkout-payment-title {
  display: block;
  font-weight: 700;
  color: #111827;
}
.checkout-summary-footer {
  margin-top: 1rem;
}
.home-intro-shell {
  margin-top: 1.2rem;
}
.home-hero-slider .intro-slide {
  position: relative;
}
.home-hero-slider .intro-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,23,42,.44), rgba(15,23,42,.16));
}
.home-hero-slider .banner-content {
  position: relative;
  z-index: 1;
}
.home-side-banner img {
  border-radius: 2rem;
  object-fit: cover;
}
.home-mobile-trustbar {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
  margin: .2rem 0 1.8rem;
}
.home-mobile-trustbar .trust-pill {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 3.8rem;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  color: #111827;
  font-weight: 600;
}
@media (max-width: 991px) {
  .category-mobile-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .category-hero-card {
    padding: 2rem 1.5rem;
    border-radius: 1.8rem;
  }
  .checkout-intro-card {
    flex-direction: column;
    padding: 1.6rem;
    border-radius: 1.8rem;
  }
  .checkout-intro-stats {
    justify-content: flex-start;
  }
  .home-intro-shell {
    margin-top: .8rem;
  }
  .home-mobile-trustbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-mobile-trustbar .trust-pill {
    justify-content: center;
    text-align: center;
    border-radius: 1.4rem;
    padding: .9rem .65rem;
  }
}
@media (max-width: 767px) {
  .category-hero-card h1 {
    font-size: 2.3rem;
  }
  .category-hero-card p {
    font-size: 1.3rem;
  }
  .category-hero-meta {
    gap: .6rem;
  }
  .category-hero-meta span {
    min-height: 3.1rem;
    font-size: 1.15rem;
  }
  .shop-sidebar .sticky-sidebar {
    padding: 1.2rem .9rem;
  }
  .checkout-intro-card {
    padding: 1.4rem 1.2rem;
  }
  .checkout-intro-card h2 {
    font-size: 2rem;
  }
  .checkout-mini-stat {
    min-width: calc(50% - .5rem);
  }
  .checkout-payment-card {
    padding: 1rem 1rem 1rem 3.8rem;
  }
  .home-hero-slider .intro-slide {
    min-height: 24rem;
  }
  .home-hero-slider .banner-title {
    font-size: 2rem !important;
  }
  .home-hero-slider .banner-content {
    padding: 1.6rem !important;
  }
  .home-mobile-trustbar {
    grid-template-columns: 1fr;
    gap: .7rem;
  }
  .home-mobile-trustbar .trust-pill {
    justify-content: flex-start;
  }
}


/* april 12 final mobile polish */
.product-mobile-buybar {
  gap: 1rem;
  align-items: stretch !important;
}
.product-mobile-actions {
  display: flex;
  align-items: stretch;
  gap: .9rem;
  flex: 1;
  width: 100%;
}
.product-mobile-actions .btn-buy-now,
.product-mobile-actions .btn-whatsapp-support {
  min-height: 5rem;
  border-radius: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-mobile-actions .btn-buy-now {
  flex: 1 1 auto;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
}
.product-mobile-actions .btn-whatsapp-support {
  flex: 0 0 auto;
  padding: 0 1.4rem;
  background: #fff;
  border: 1px solid #d0f0de;
  color: #0f9d58;
}
.cart-surface {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.98));
  border: 1px solid #eef2f6;
  border-radius: 2.2rem;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .06);
  padding: 1.2rem;
}
.cart-mobile-summary {
  margin-top: 1.4rem;
  padding: 1.5rem;
  border: 1px solid #ecf0f5;
  border-radius: 2rem;
  background: linear-gradient(135deg, #fff, #f8fafc);
}
.cart-mobile-summary-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cart-mini-badge {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  padding: .35rem .9rem;
  border-radius: 999px;
  background: rgba(17,24,39,.06);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .75rem;
}
.cart-mobile-summary h3 {
  margin-bottom: .45rem;
  font-size: 2rem;
}
.cart-mobile-summary p {
  margin-bottom: 0;
  color: #667085;
}
.cart-summary-total {
  text-align: right;
}
.cart-summary-total small {
  display: block;
  color: #667085;
  margin-bottom: .2rem;
}
.cart-summary-total strong {
  font-size: 2rem;
  line-height: 1.1;
}
.cart-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .9rem;
}
.cart-summary-grid > div {
  padding: 1rem 1.1rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid #edf1f5;
}
.cart-summary-grid span {
  display: block;
  font-size: 1.1rem;
  color: #667085;
  margin-bottom: .35rem;
}
.cart-summary-grid strong {
  font-size: 1.45rem;
}
.premium-cart-actions {
  display: flex;
  gap: .9rem;
  flex-wrap: wrap;
}
.premium-cart-actions .btn {
  min-height: 4.8rem;
  border-radius: 1.4rem;
  font-weight: 700;
}
.home-product-section {
  margin-bottom: 2.4rem;
}
.home-product-section .title-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem !important;
}
.home-product-carousel .owl-stage-outer {
  padding: .35rem 0 1.1rem;
}
.home-product-carousel .product-wrap {
  height: 100%;
}
.home-banner-strip,
.home-wide-banner {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cart-surface {
    border-radius: 1.8rem;
    padding: 1rem;
  }
  .product-mobile-buybar {
    flex-wrap: wrap;
  }
  .product-mobile-actions {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-single .product-price-wrap,
  .product-single .product-form {
    width: 100%;
  }
  .product-mobile-buybar {
    gap: .85rem;
  }
  .product-mobile-actions {
    flex-direction: column;
  }
  .product-mobile-actions .btn-buy-now,
  .product-mobile-actions .btn-whatsapp-support {
    width: 100%;
    min-height: 4.8rem;
  }
  .cart-mobile-summary {
    padding: 1.25rem;
    border-radius: 1.8rem;
  }
  .cart-mobile-summary-head {
    flex-direction: column;
  }
  .cart-summary-total {
    text-align: left;
  }
  .cart-summary-grid {
    grid-template-columns: 1fr;
  }
  .premium-cart-actions {
    flex-direction: column;
  }
  .premium-cart-actions .btn {
    width: 100%;
  }
  .home-product-section {
    margin-bottom: 2rem;
  }
  .home-product-section .title-link-wrapper {
    margin-bottom: .9rem !important;
  }
  .home-product-section .title {
    font-size: 1.85rem;
    line-height: 1.25;
  }
  .home-product-carousel .product .product-details {
    padding: .95rem .8rem 1.05rem;
  }
  .home-banner-strip .banner,
  .home-wide-banner .banner {
    border-radius: 1.8rem;
    overflow: hidden;
  }
}

/* Hero category strip + nav cleanup */
.header-bottom-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.header-left--navonly {
  flex: 1 1 auto;
  min-width: 0;
}
.header-left--navonly .main-nav,
.main-nav--full {
  width: 100%;
  margin: 0;
}
.main-nav--full .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav--full .menu > li > a {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.header-bottom .header-right {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  flex: 0 0 auto;
}
.header-bottom .header-right a {
  white-space: nowrap;
}
.hero-category-strip {
  margin-top: .4rem;
  padding: 1.6rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #ebf0f6;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .06);
}
.hero-category-strip__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 1.4rem;
}
.hero-category-strip__eyebrow {
  display: inline-block;
  margin-bottom: .45rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f97316;
}
.hero-category-strip__title {
  margin: 0;
  font-size: 2.3rem;
  line-height: 1.15;
  color: #0f172a;
}
.hero-category-strip__summary {
  margin: .4rem 0 0;
  color: #64748b;
  font-size: 1.4rem;
}
.hero-category-strip__all {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  white-space: nowrap;
  padding: 1rem 1.4rem;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .14);
}
.hero-category-strip__all:hover {
  color: #fff;
  transform: translateY(-1px);
}
.hero-category-strip__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}
.hero-category-strip__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 8.4rem;
  padding: 1rem 1.1rem;
  border-radius: 1.6rem;
  background: #fff;
  border: 1px solid #edf2f7;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.hero-category-strip__card:hover {
  transform: translateY(-2px);
  border-color: #f59e0b;
  box-shadow: 0 16px 30px rgba(15, 23, 42, .09);
}
.hero-category-strip__thumb {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.4rem;
  background: #fff7ed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 5.4rem;
}
.hero-category-strip__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-category-strip__thumb.is-fallback {
  color: #f97316;
  font-size: 2rem;
}
.hero-category-strip__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.hero-category-strip__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #111827;
  font-size: 1.45rem;
  line-height: 1.35;
}
.hero-category-strip__hint {
  margin-top: .25rem;
  color: #64748b;
  font-size: 1.2rem;
}

@media (max-width: 1199px) {
  .main-nav--full .menu > li > a {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }
  .hero-category-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .header-bottom-shell {
    gap: 0;
  }
  .hero-category-strip {
    margin-top: 1rem;
    padding: 1.2rem;
    border-radius: 1.8rem;
  }
  .hero-category-strip__header {
    margin-bottom: .9rem;
    align-items: center;
  }
  .hero-category-strip__title {
    font-size: 1.8rem;
  }
  .hero-category-strip__summary,
  .hero-category-strip__all {
    display: none;
  }
  .hero-category-strip__grid {
    display: flex;
    gap: .85rem;
    overflow-x: auto;
    padding-bottom: .3rem;
    scroll-snap-type: x proximity;
  }
  .hero-category-strip__grid::-webkit-scrollbar {
    display: none;
  }
  .hero-category-strip__card {
    flex: 0 0 22rem;
    min-height: 7.4rem;
    scroll-snap-align: start;
  }
  .hero-category-strip__thumb {
    width: 4.8rem;
    height: 4.8rem;
    flex-basis: 4.8rem;
  }
}

@media (max-width: 575px) {
  .hero-category-strip__card {
    flex-basis: 18rem;
    padding: .9rem;
  }
  .hero-category-strip__name {
    font-size: 1.35rem;
  }
}


/* mobile custom v2 - no-overlap, cleaner storefront */
@media (max-width: 991px) {
  html {
    scroll-padding-top: 8rem;
  }
  body {
    background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
  }
  .site-header {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .page-wrapper {
    overflow-x: clip;
  }
  .mobile-header-middle {
    position: relative;
    z-index: 120;
    padding-top: .85rem;
  }
  .mobile-header-shell {
    min-height: 5rem;
  }
  .mobile-nav-trigger,
  .mobile-header-actions .link,
  .mobile-header-actions .cart-toggle {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .10);
  }
  .header-mobile-search {
    position: relative;
    z-index: 115;
    padding-bottom: 1rem;
  }
  .mobile-search-block .container {
    position: relative;
  }
  .mobile-search-pill {
    min-height: 5.6rem;
    border-radius: 2rem;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
  }
  .mobile-search-pill .form-control {
    min-width: 0;
  }
  .intro-wrapper {
    margin-top: .35rem;
  }
  .intro-wrapper > .row {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 1rem;
  }
  .intro-wrapper > .row > [class*='col-'] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .intro-wrapper .owl-carousel,
  .intro-wrapper .owl-stage-outer,
  .intro-wrapper .owl-stage,
  .intro-wrapper .owl-item,
  .intro-wrapper .owl-item > a {
    height: 100%;
  }
  .intro-wrapper .intro-slide {
    min-height: 26rem;
    position: relative;
    border-radius: 2.2rem;
    overflow: hidden;
    background-position: center !important;
  }
  .intro-wrapper .intro-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,18,34,.08) 0%, rgba(10,18,34,.36) 54%, rgba(10,18,34,.70) 100%);
    pointer-events: none;
    z-index: 0;
  }
  .intro-wrapper .banner-content {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    top: auto;
    transform: none !important;
    max-width: none !important;
    padding: 1.4rem !important;
    border-radius: 1.8rem;
    background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(15,23,42,.16) 100%);
    backdrop-filter: blur(6px);
    z-index: 1;
  }
  .intro-wrapper .banner-subtitle {
    margin-bottom: .45rem !important;
    font-size: 1.05rem !important;
    opacity: .95;
  }
  .intro-wrapper .banner-title {
    margin-bottom: .55rem !important;
    font-size: clamp(1.9rem, 5vw, 2.55rem) !important;
    line-height: 1.18 !important;
    text-shadow: 0 10px 24px rgba(0,0,0,.18);
  }
  .intro-wrapper .banner-content p {
    margin-bottom: .9rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    max-width: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .intro-wrapper .banner-content .btn {
    min-height: 4rem;
    padding: 0 1.5rem;
    border-radius: 999px;
    font-size: 1.2rem;
  }
  .intro-wrapper .col-md-4 .row {
    grid-template-columns: repeat(2, minmax(0,1fr));
    align-items: stretch;
    gap: .9rem;
  }
  .intro-wrapper .col-md-4 .row > div {
    display: flex;
  }
  .intro-wrapper .category-banner {
    width: 100%;
    border-radius: 1.8rem;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .08);
  }
  .intro-wrapper .category-banner figure,
  .intro-wrapper .category-banner a {
    width: 100%;
    display: block;
    height: 100%;
  }
  .intro-wrapper .category-banner img {
    height: 14.2rem;
    object-position: center;
  }
  .hero-category-strip {
    margin-top: .95rem;
    padding: 1.1rem;
    border-radius: 2rem;
  }
  .hero-category-strip__header {
    margin-bottom: .8rem;
  }
  .hero-category-strip__eyebrow {
    margin-bottom: .2rem;
    font-size: 1rem;
  }
  .hero-category-strip__title {
    font-size: 1.75rem;
  }
  .hero-category-strip__grid {
    gap: .7rem;
    padding-bottom: .2rem;
  }
  .hero-category-strip__card {
    flex: 0 0 16.5rem;
    min-height: 6.8rem;
    padding: .8rem .85rem;
    gap: .8rem;
    border-radius: 1.5rem;
  }
  .hero-category-strip__thumb {
    width: 4.2rem;
    height: 4.2rem;
    flex-basis: 4.2rem;
    border-radius: 1.2rem;
  }
  .hero-category-strip__name {
    font-size: 1.28rem;
  }
  .hero-category-strip__hint {
    font-size: 1.08rem;
    margin-top: .15rem;
  }
  .title-link-wrapper {
    margin-bottom: 1.2rem;
  }
  .title-link-wrapper .title {
    font-size: 1.95rem;
  }
  .home .home-product-card-wrap,
  .product-wrapper .product-wrap {
    display: flex;
  }
  .home .home-product-card,
  .product-wrapper .product {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .home .home-product-card__media,
  .product-wrapper .product .product-media {
    flex: 0 0 auto;
  }
  .home .home-product-card__details,
  .product-wrapper .product .product-details {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .home .home-product-card__desc,
  .product-wrapper .product .product-name {
    min-height: 3.6rem;
  }
  .home .home-product-card__footer,
  .product-wrapper .product .product-action,
  .product-wrapper .product .product-price {
    margin-top: auto;
  }
  .sticky-footer.mobile-bottom-nav {
    left: 0;
    right: 0;
    z-index: 130;
  }
  .mobile-menu-container {
    padding-bottom: calc(8rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 767px) {
  .mobile-header-middle {
    padding-top: .7rem;
  }
  .mobile-header-shell {
    min-height: 4.6rem;
  }
  .mobile-nav-trigger,
  .mobile-header-actions .link,
  .mobile-header-actions .cart-toggle {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    border-radius: 1.2rem;
  }
  .mobile-logo {
    max-width: calc(100% - 10.2rem);
  }
  .mobile-logo img {
    max-width: 10.6rem !important;
    max-height: 4.1rem !important;
  }
  .mobile-search-pill {
    min-height: 5rem;
    padding: .45rem .45rem .45rem .9rem;
  }
  .mobile-search-pill .form-control {
    height: 4rem;
    font-size: 1.28rem;
  }
  .mobile-search-btn {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    border-radius: 1.1rem;
  }
  .intro-wrapper .intro-slide {
    min-height: 22rem;
  }
  .intro-wrapper .banner-content {
    left: .95rem;
    right: .95rem;
    bottom: .95rem;
    padding: 1.2rem !important;
    border-radius: 1.6rem;
  }
  .intro-wrapper .banner-title {
    font-size: 1.7rem !important;
  }
  .intro-wrapper .banner-content p {
    font-size: 1.15rem !important;
    margin-bottom: .75rem !important;
  }
  .intro-wrapper .col-md-4 .row {
    gap: .75rem;
  }
  .intro-wrapper .category-banner img {
    height: 11.8rem;
  }
  .hero-category-strip {
    padding: 1rem;
    border-radius: 1.7rem;
  }
  .hero-category-strip__card {
    flex-basis: 14.2rem;
    min-height: 6.2rem;
    padding: .72rem .78rem;
  }
  .hero-category-strip__thumb {
    width: 3.8rem;
    height: 3.8rem;
    flex-basis: 3.8rem;
  }
  .hero-category-strip__name {
    font-size: 1.2rem;
  }
  .title-link-wrapper .title {
    font-size: 1.75rem;
  }
  .product-wrap {
    margin-bottom: 1rem;
  }
  .main-content .product-wrapper.row.cols-2 > .product-wrap,
  .shop-content .product-wrapper.row.cols-2 > .product-wrap {
    display: flex;
  }
  .product {
    border-radius: 1.45rem;
  }
  .product .product-media img {
    aspect-ratio: 1 / 1.05;
  }
  .product .product-details {
    padding: .95rem .85rem 1rem;
  }
  .product .product-price {
    font-size: 1.4rem;
  }
  .product .btn-product,
  .product .btn-product-view,
  .home .home-product-card__button {
    min-height: 3.7rem;
    font-size: 1.15rem;
    border-radius: 1rem;
  }
  .mobile-bottom-nav {
    padding-top: .45rem;
    padding-bottom: calc(.45rem + env(safe-area-inset-bottom));
    border-top-left-radius: 1.7rem;
    border-top-right-radius: 1.7rem;
  }
  .mobile-bottom-nav .sticky-link i {
    font-size: 1.7rem;
  }
  .mobile-bottom-nav .sticky-link p {
    font-size: .98rem;
  }
}

@media (max-width: 479px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .mobile-logo {
    max-width: calc(100% - 9.4rem);
  }
  .mobile-logo img {
    max-width: 9.6rem !important;
    max-height: 3.8rem !important;
  }
  .mobile-nav-trigger,
  .mobile-header-actions .link,
  .mobile-header-actions .cart-toggle,
  .mobile-search-btn {
    width: 3.8rem;
    min-width: 3.8rem;
    height: 3.8rem;
  }
  .intro-wrapper .intro-slide {
    min-height: 20.5rem;
  }
  .intro-wrapper .banner-content {
    left: .8rem;
    right: .8rem;
    bottom: .8rem;
    padding: 1rem !important;
  }
  .intro-wrapper .banner-title {
    font-size: 1.52rem !important;
  }
  .intro-wrapper .banner-content p {
    font-size: 1.08rem !important;
    -webkit-line-clamp: 2;
  }
  .intro-wrapper .category-banner img {
    height: 10.6rem;
  }
  .hero-category-strip__card {
    flex-basis: 13rem;
  }
  .hero-category-strip__thumb {
    width: 3.5rem;
    height: 3.5rem;
    flex-basis: 3.5rem;
  }
  .hero-category-strip__name {
    font-size: 1.12rem;
  }
}
