/* Tablet-only styles (applies for viewports up to ~834px)
   Loaded via <link rel="stylesheet" media="(max-width:834px)">
   Extracted from desktop styles to keep tablet rules separate for easier maintenance.
*/

.home-page {
  background: #fcfafa;
}

/* Center container to tablet width */
.container {
  max-width: 834px;
  width: 100%;
  padding: 0 33px;
  margin: 0 auto;
}

/* Header adapted for tablet */
.header-inner {
  padding: 0 40px;
  gap: 40px;
  align-items: center;
}
.icon-img {
  width: 44px;
  height: 44px;
}
.site-logo {
  width: 100px;
  height: 100px;
}
.offcanvas-link {
  font-size: 22px;
}
.icon-btn svg {
  width: 30px;
}

.icon-btn {
  padding: 0;
}
/* Hero block sizing for tablet */
.hero {
  height: 100vh;
}
.hero-inner {
  width: 834px;
  max-width: 100%;
  padding: 0 24px;
}
.hero-title {
  font-size: 48px;
  line-height: 66px;
}
.hero-accent {
  font-size: 56px;
}
.hero-sub {
  font-size: 17px;
  line-height: 23px;
}
.site-header {
  height: auto;
}
.products {
  margin-top: 61px;
  margin-bottom: 54px;
}
.product-meta {
  flex-direction: column;
  justify-content: center;
}

.swatch {
  width: 20px;
  height: 20px;
}

.create-btn {
  width: 86px;
  height: 86px;
}

/* Product grid: two columns on tablet */
.product-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  justify-items: center;
}
.product {
  width: 176px;
}
.product .photo {
  width: 176px;
  height: 316px;
}

/* Force single product photo on tablet: hide second view and indicators */
.product .photo img.photo-second {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.product .photo img.photo-first {
  opacity: 1 !important;
  transform: none !important;
}
.product .photo .photo-bars {
  display: none !important;
}
.product .photo img {
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.3, 1) !important;
  -webkit-transition: -webkit-transform 360ms cubic-bezier(0.2, 0.9, 0.3, 1) !important;
  transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  will-change: transform;
}

.product:hover .photo img.photo-first,
.product:focus-within .photo img.photo-first {
  transform: scale(1.04) !important;
  -webkit-transform: scale(1.04) !important;
}

@media (hover: none) and (pointer: coarse) {
  .product:hover .photo img.photo-first,
  .product:focus-within .photo img.photo-first {
    transform: none !important;
    -webkit-transform: none !important;
  }
}
.swatches {
  left: 0;
  bottom: 32px;
}
.photo-bars {
  bottom: 14px;
  gap: 8px;
  justify-content: center;
}
.footer-bottom {
  grid-column: 1 / -1;
  text-align: center;
  color: #c0c0c0;
  font-size: 12px;
  padding-top: 6px;
  text-align: left;
  margin-top: 18px;
  margin-left: 10px;
}

/* Section title sizing */
.section-title {
  font-size: 32px;
  line-height: 44px;
}
.section-title-accent {
  display: inline-block;
}

/* Product meta */
.product-title {
  font-size: 14px;
}
.product-price {
  font-size: 14px;
}

/* Footer adapted */
.site-footer {
  padding: 40px 0;
}
.footer-inner {
  max-width: 754px;
  padding: 0 0;
  gap: 24px;
}
.footer-icons img {
  width: 23px;
  height: 23px;
}
.footer-text a {
  color: #fff;
  text-decoration: none;
}

/* Reduce large shadows/motion on smaller device */
.create-btn:hover {
  transform: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* HOlderss */

.holders_main {
  margin-top: 174px;
}

.product-card .product-color {
  font-size: 16px;
}
.product-card .product-card-inner {
  grid-template-columns: 1fr;
  gap: 24px;
}
.product-card {
  margin-top: 60px;
}

.product-card .difference-row {
  flex-direction: column-reverse;
}
.product-card .type-buttons,
.product-card .type-btn {
  width: 100%;
  padding: 0px;
  height: 35px;
  font-size: 14px;
}
.product-card .difference-row {
  gap: 20px;
}
.product-card .swatch {
  width: 35px;
  height: 35px;
}
.product-card .product-title {
  font-size: 32px;
  line-height: 38px;
}
.product-card .product-price {
  font-size: 22px;
}
.product-card .colors-row {
  justify-content: flex-start;
  width: 100%;
}
.product-card .purchase-row {
  flex-direction: row;
  justify-content: start;
  gap: 25px;
  margin-top: 10px;
}
.product-card .details-toggle {
  padding: 1px 0px;
  font-size: 16px;
}

.checkout-page {
  padding-top: 97px;
}
.title_checkout {
  font-size: 22px;
  margin-top: 55px;
}

.description_checkout {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 10px;
}

label.custom-radio::before {
  width: 28px;
  height: 28px;
}

label.custom-radio:has(input[type='radio']:checked)::after {
  left: 6px;
  top: 0px;
  font-size: 29px;
  font-weight: 300;
}

.checkout-sum-row,
#checkout-subtotal,
.your-order-section .your-order-heading {
  font-size: 22px;
}
.your-order-section {
  margin-top: 40px;
}

.your-order-photo {
  width: 140px;
}
.your-order-photo img {
  height: 100%;
}
.your-order-card {
  padding: 15px;
  height: 186px;
}

.your-order-attr {
  margin: 6px 0;
  font-size: 14px;
}
.quantity-label {
  font-size: 14px !important;
}

.cust_myaccount {
  margin-top: 106px;
}

.custom-my-account-content {
  margin-top: 7px;
}
.myaccount-orders {
  padding: 0;
}

.order-card__number,
.order-item__price,
.order-card__status {
  font-size: 18px;
}
.order-item {
  padding: 7px 0;
}
.order-item__photo {
  width: 69px !important;
  height: 69px !important;
}

.order-item {
  gap: 6px;
}

.order-card__total {
  font-size: 24px;
}
.order-card__view {
  font-size: 18px;
}

.order-details.container {
  margin: 0;
  gap: 6px;
}

.custom-my-account-content h1 {
  font-size: 32px;
}
.order-details__heading,
.order-goods__row,
.order-details__again,
.orders-empty__btn--dark {
  font-size: 18px;
}
.order-overview div,
.order-goods__title,
.order-personal div,
.orders-empty__lead {
  font-size: 17px;
}

.orders-empty__title {
  font-size: 32px;
}

#login-column,
.lost-password-panel,
#register-column {
  margin-top: 60px;
}
