/* ============================================================
 * desktop.css  -  consolidated device bundle (auto-built)
 * Merged from: desktop_header.css, desktop_homepage.css, widget-style.css, desktop_upsell.css, products.css
 * Exact-duplicate rules removed (keep-last; cascade preserved).
 * ============================================================ */


/* ---- desktop_header.css ---- */
.img_icon_in_menu {
  width: 33px; height: 33px; display: inline; margin-top: 2%;
}

#hart_icon_button {
  border: none; cursor: pointer; width: 100%; background-color: transparent; outline: none;
}

#user_icon_button {
  border: none; cursor: pointer; width: 100%; background-color: transparent; outline: none;
}

#search_icon_img {
  width: 30px; height: 29px; display: inline;
}

#search_icon_button {
  justify-content: flex-end;display: flex;border: none; cursor: pointer; width: 100%; background-color: transparent; outline: none;
}

.menu {
  white-space: nowrap;
}

.u-nav-container .u-nav-item:hover > .u-nav-popup:not(.fake) {
  visibility: visible; pointer-events: auto;
}

#logo_image {
  height: 55px;
}

#cart_icon_number {
  border-radius: 100%; position: absolute; right: 6.5%; transform: translate(50%, -50%); z-index: 1; width: calc(1em + 3px); height: calc(1em + 3px); line-height: calc(1em + 2px); text-align: center; vertical-align: baseline; box-sizing: content-box;
}

.u-icon-circle {
  border-radius: 50%;
}

#cart_icon_number {
  color: #ffffff;
}

.u-nav-link {
  display: block; color: black; white-space: nowrap; font-size: inherit; font-family: inherit; line-height: inherit; letter-spacing: inherit; text-transform: inherit; font-style: inherit; font-weight: inherit; text-decoration: none; border: 0 none transparent; outline-width: 0; background-color: transparent; margin: 0; -webkit-text-decoration-skip: objects;
}

.header_container {
  height: 82px; display: flex; justify-content: space-between; align-items: center;
}

.button.right {
  display: flex; width: 12%;
}

.button.left {
  text-align: left; width: 53%;
}

.logo {
  text-align: center; margin: auto;
}

.u-header .u-nav-1 {
  font-size: 1rem; letter-spacing: 0px;
}

.menu-collapse {
  display: none; border: none; z-index: 1;
}

#myHeader {
  box-shadow: rgb(197, 199, 210) 0px 0px 28px 1px; position: fixed; top: 0; width: 100%;
}

.u-nav {
  display: inline-block; list-style: none; margin: 0; padding: 0;
}

.u-menu, .u-popupmenu-items {
  display: table; white-space: nowrap; position: relative; line-height: 1;
}

.u-nav-container .u-nav-popup {
  position: absolute; visibility: hidden; pointer-events: none; z-index: 1; left: 34px; background-color: white; width: 500px;
}

.u-nav-item {
  display: inline-block; position: relative; vertical-align: middle; padding: 0; margin: 0;
}

.u-inner-container-layout {
  display: none;
}


/* ---- desktop_homepage.css ---- */
.products_container_images {
  position: relative; width: 300px; height: 300px;
}

.products_container_images img {
  width: 100%; height: 100%;
}

.overlay {
  position: absolute; top: 80%; left: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 10px; padding: 10px 20px; border-radius: 10px;
}

.overlay_if_need_weight {
  position: absolute; top: 98%; left: 48%; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 10px; padding: 10px 20px; border-radius: 10px;
}

.overlay_if_need_weight span {
  font-size: 28px; font-weight: bold; color: white; min-width: 20px; text-align: center; background: #2626268f;
}

.overlay button {
  font-size: 56px; font-weight: 800; cursor: pointer; border: none; color: white; border-radius: 5px; background: #2626268f;
}

.overlay span {
  font-size: 56px; font-weight: bold; color: white; min-width: 20px; text-align: center; background: #2626268f;
}

.overlay_page_cart button {
  font-size: 56px; font-weight: 800; cursor: pointer; border: none; color: white; border-radius: 5px; background: #2626268f;
}

.overlay_page_cart span {
  font-size: 56px; font-weight: bold; color: white; min-width: 40px; text-align: center; background: #2626268f;
}

#cart_icon_number2 {
  border-radius: 100%; position: absolute; transform: translate(-50%, -20%); z-index: 1; width: calc(1em + 3px); height: calc(1em + 3px); line-height: calc(1em + 2px); text-align: center; vertical-align: baseline; box-sizing: content-box;
}

#scrollTopBtn {
  right: 15px; padding: 5px 5px; font-size: 30px; z-index: 2; position: fixed; bottom: 15%; display: none; padding: 6px 11px; font-size: 24px; cursor: pointer; background-color: #ffffff; color: #7f7676; border: none; border-radius: 40%;
}

#scrollTopcart {
  right: 15px; padding: 5px 5px; font-size: 30px; z-index: 2; display: none; position: fixed; bottom: 25%; padding: 6px 7px; font-size: 24px; cursor: pointer; background-color: white; color: white; border: none; border-radius: 40%;
}

.text_page_info {
  margin-top: 8%;
}

.text_Category_box {
  max-width: 6em; display: block; word-wrap: break-word;text-align: center;
}

.Category_image {
  width: 100px; height: 100px;
}

#homepage_image {
  width: 100%; margin-top: 4%;
}

a {
  text-decoration: none;
}

.titel_product_collection {
  font-size: 20px; color: black; text-decoration: none;
}

.image_category {
  width: 100%; height: 285px; box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
}

.modal-content_product {
  background-color: #fff; padding: 20px; border-radius: 8px 8px 0 0; box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2); position: relative; width: 75%; height: 75%;
}

#modal_widget_gallery img {
  max-width: 100% !important; max-height: 100% !important; height: 300px;
}

#modal_widget_product_setting_images {
  width: 100% !important;
}

.PC {
  width: 88%; margin-left: 10%;
}


/* ---- widget-style.css ---- */
#whatsapp-widget {
  position: fixed; bottom: 20px; height: -webkit-max-content; height: -moz-max-content; height: max-content; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 20px; z-index: 0; -webkit-transition: all 2s ease 0s; transition: all 2s ease 0s
}

#whatsapp-widget .ww-link {
  opacity: 1; display: block; bottom: -15px; text-align: center; white-space: nowrap; text-decoration: none; width: 60px; font-family: Roboto,Helvetica Neue,sans-serif; font-size: 11px; line-height: 11px; border: 0; max-width: inherit; color: #afafaf!important
}

#whatsapp-widget .ww-icon {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 5px; opacity: 0; -webkit-animation: grow 3s; animation: grow 3s; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards
}

#whatsapp-widget.widget-clicked #ww-chat,#whatsapp-widget.widget-hovered #ww-chat {
  opacity: 1!important; -webkit-transition: visibility 0s,opacity .5s linear; transition: visibility 0s,opacity .5s linear
}

#whatsapp-widget.ww-yes {
  visibility: visible
}

#whatsapp-widget.ww-no {
  visibility: hidden!important
}

#whatsapp-widget.ww-left .ww-chat {
  left: -10%; right: unset
}

#whatsapp-widget.ww-right .ww-chat {
  right: -10%; left: unset
}

#whatsapp-widget.ww-extended .ww-text {
  display: none
}

#whatsapp-widget.ww-extended .ww-close {
  cursor: pointer; position: absolute; right: 20px; top: 20px
}

#whatsapp-widget.ww-extended .ww-chat {
  position: absolute; bottom: 95px; opacity: 0
}

#whatsapp-widget.ww-extended .ww-chat .ww-link {
  width: auto
}

#whatsapp-widget.ww-extended .ww-chat__back-link {
  padding: 0 0 10px
}

#whatsapp-widget.ww-extended .ww-chat__back-link,#whatsapp-widget.ww-extended .ww-chat__button {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center
}

#whatsapp-widget.ww-extended .ww-chat__button {
  text-decoration: none; color: #fff; font-size: 15px; font-weight: 700; line-height: 20px; cursor: pointer; position: relative; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 8px 12px; border-radius: 25px; border: none; background-color: #4dc247; margin: 20px; overflow: hidden
}

#whatsapp-widget.ww-extended .ww-chat__button svg {
  width: 16px; height: 16px; fill: #fff; z-index: 1; -webkit-box-flex: 0; -webkit-flex: 0 0 16px; -ms-flex: 0 0 16px; flex: 0 0 16px
}

#whatsapp-widget.ww-extended .ww-chat__button-container {
  background-color: #fff; padding-bottom: 2px
}

#whatsapp-widget.ww-extended .ww-chat__button-text {
  margin-left: 8px; margin-right: 8px; z-index: 1; color: #fff
}

#whatsapp-widget.ww-extended .ww-chat__message {
  background-color: #fff; display: inline-block; margin: 20px; padding: 10px; border-radius: 10px
}

#whatsapp-widget.ww-extended .ww-chat__message-title {
  font-size: 13px; font-weight: 700; line-height: 18px; color: rgba(0,0,0,.4)
}

#whatsapp-widget.ww-extended .ww-chat__message-body {
  white-space: pre-wrap; font-size: 14px; line-height: 19px; margin-top: 4px; color: #111
}

#whatsapp-widget.ww-extended .ww-chat__body {
  background: url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png)
}

#whatsapp-widget.ww-extended .ww-chat__brand-title {
  font-size: 16px; font-weight: 700
}

#whatsapp-widget.ww-extended .ww-chat__brand-subtitle {
  font-size: 13px; line-height: 18px; margin-top: 4px
}

#whatsapp-widget.ww-extended .ww-chat__header {
  height: 100px; max-height: 100px; min-height: 100px; background-color: #0a5f54; color: #fff; border-radius: 10px 10px 0 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center
}

#whatsapp-widget.ww-extended .ww-chat__header-text {
  margin-left: 20px
}

#whatsapp-widget.ww-extended .ww-chat__wrapper {
  display: block; background-color: #fff; width: 360px; border-radius: 10px; -webkit-box-shadow: rgba(0,0,0,.4) 2px 2px 6px; box-shadow: 2px 2px 6px rgba(0,0,0,.4); font: 400 15px/1.3 -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif
}

#whatsapp-widget.ww-extended .ww-chat.display {
  visibility: visible; opacity: 1
}

#whatsapp-widget .ww-link:hover {
  border: 0; text-decoration: underline!important; color: #afafaf!important
}

#whatsapp-widget .ww-text {
  border-radius: 8px; border: 1px solid #e2e2e2; cursor: pointer; word-break: break-word; background: #fff; padding: 1rem; position: relative; -webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,.17); box-shadow: 2px 2px 15px 2px rgba(0,0,0,.17); opacity: 0; -webkit-animation: slide 1s; animation: slide 1s; -webkit-animation-delay: 3s; animation-delay: 3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; margin-bottom: 15px; z-index: 100
}

#whatsapp-widget .ww-arrow {
  position: absolute; background: #fff; border-right: .5px solid #e2e2e2; border-bottom: .5px solid #e2e2e2; top: 50%; width: 20px; height: 20px; z-index: -100
}

#whatsapp-widget.ww-right .ww-arrow {
  -webkit-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); right: -11px; left: unset
}

#whatsapp-widget.ww-left .ww-arrow {
  left: -11px; right: unset; -webkit-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg)
}

#whatsapp-widget.ww-big .ww-text {
  font-size: 23px; line-height: 25px
}

#whatsapp-widget.ww-medium .ww-text {
  font-size: 20px; line-height: 22px; padding: 15px
}

#whatsapp-widget.ww-normal .ww-text {
  font-size: 17px; padding: 12px; line-height: 19px
}

#whatsapp-widget svg {
  fill: #fff; z-index: 1; border-radius: 50px; cursor: pointer; -webkit-transition: -webkit-transform .7s ease-in-out; transition: -webkit-transform .7s ease-in-out; transition: transform .7s ease-in-out; transition: transform .7s ease-in-out,-webkit-transform .7s ease-in-out; width: 100%; height: 100%; stroke: none
}

#whatsapp-widget.ww-standard svg:hover {
  -webkit-transform: rotate(2turn); transform: rotate(2turn)
}

#whatsapp-widget.ww-right .ww-text:after {
  right: -10px; -webkit-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg)
}

#whatsapp-widget.ww-left .ww-text:after {
  left: -10px; -webkit-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg)
}

#whatsapp-widget.ww-left {
  left: 20px; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse
}

#whatsapp-widget.ww-right {
  right: 20px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row
}

#whatsapp-widget .ww-icon-link {
  padding: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 50%; cursor: pointer; overflow: hidden; -webkit-box-shadow: rgba(0,0,0,.4) 2px 2px 6px; box-shadow: 2px 2px 6px rgba(0,0,0,.4); -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; position: relative; z-index: 0; display: block; border: 0; background: #4dc247!important
}

#whatsapp-widget.ww-normal .ww-icon-link {
  width: 50px; height: 50px
}

#whatsapp-widget.ww-medium .ww-icon-link {
  height: 65px; width: 65px
}

#whatsapp-widget.ww-big .ww-icon-link {
  height: 75px; width: 75px
}

#whatsapp-widget .ww-icon div {
  display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center
}

@media(max-width: 768px) {
  #whatsapp-widget { bottom:5px } #whatsapp-widget .ww-text { display: none } #whatsapp-widget.ww-right { right: 5px; left: unset } #whatsapp-widget.ww-left { left: 5px; right: unset }
}

@-webkit-keyframes slide {
  0% { bottom: -20px } to { bottom: 0 } 0% { opacity: 0 } to { opacity: 1 }
}

@keyframes slide {
  0% { bottom: -20px } to { bottom: 0 } 0% { opacity: 0 } to { opacity: 1 }
}

@-webkit-keyframes grow {
  0% { -webkit-transform: scale(0); transform: scale(0) } 50% { -webkit-transform: scale(1.2); transform: scale(1.2) } to { -webkit-transform: scale(1); transform: scale(1); opacity: 1 }
}

@keyframes grow {
  0% { -webkit-transform: scale(0); transform: scale(0) } 50% { -webkit-transform: scale(1.2); transform: scale(1.2) } to { -webkit-transform: scale(1); transform: scale(1); opacity: 1 }
}


/* ---- desktop_upsell.css ---- */
html {
  height: 100%; overflow-y: auto; overflow-x: hidden;
}

body {
  margin: 0;
}

.product_price {
  font-size: 23px;
}

#loader_model {
  position: absolute; left: 50%; z-index: 1; width: 100px; height: 100px; margin: -241px 0 0 -75px; border: 16px solid #cfcfcf; border-radius: 50%; border-top: 17px solid #3498db; -webkit-animation: spin 2s linear infinite; animation: spin 6s linear infinite;
}

.paypl_button_Syle {
  padding-top: 3%;
}

.upsell_price {
  gap: 2%; display: flex; margin-bottom: 5px !important; margin-top: 5px !important; align-items: baseline;
}

#gallery {
  position: relative; display: flex; align-items: center; justify-content: center;
}

#index-count-proudct-page {
  position: absolute; bottom: 0; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 14px; padding: 5px; text-align: center;
}

#main_page_product {
  display: flex; gap: 5%; justify-content: center;
}

#product_setting_images {
  width: 30%;
}

#product_setting {
  width: 30%;
}

#thumbnails {
  display: flex; align-items: center; overflow-y: auto;
}

#thumbnails img {
  max-width: 100px; max-height: 100px; margin: 5px; cursor: pointer;
}

#button_add_to_cart {
  border: 2px solid #00000000 !important; cursor: pointer; line-height: 1.2; letter-spacing: .02em; font-weight: 500; box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px; border-radius: 4px; outline: none; color: white !important; font-size: 20px; padding: 15px 30px; width: 100%;
}

.titel_product_collection {
  font-size: 12px; color: black; text-decoration: none;
}

.products_container_titel_and_price {
  text-align: left; padding: 2% 8% 4% 1%;
}

.products_container_titel {
  text-align: left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 3%;
}

.products_container_titel >a {
  color: black; text-decoration: none; font-size: 12px;
}

.symbole_code_show,.dot_number {
  font-size: 12px;
}

.products_container_price_price_itself {
  font-size: 16px; font-weight: bold;
}

.products_container_image_image {
  width: 93% !important; height: 350px; border-radius: 4%;
}

.products_container {
  display: grid; grid-template-columns: repeat(5, 20%); padding: 2%;
}

.titel_product_collection {
  color: black; text-decoration: none;
}

#cart_adder {
  height: 18px; width: 100%;
}

.products_container_price {
  justify-content: space-between; display: flex; align-items: center;
}

.u-repeater {
  display: grid; grid-template-columns: repeat(4, 25.333333%);
}

.u-inner-container-layout, .u-container-layout > * {
  position: relative;
}

.u-align-center.u-product-control.u-text.u-text-1 {
  text-overflow: ellipsis; overflow: hidden; margin: 0; white-space: nowrap; text-align: center;
}

.u-price-wrapper .u-price, .u-price-wrapper .u-old-price {
  margin-top: auto; margin-bottom: auto; text-align: center;
}

.u-price-wrapper {
  text-align: center; justify-content: center; align-items: baseline;
}

.u-spacing-10.u-countdown-counter > div + div, .u-spacing-10.u-price-wrapper > div + div, .u-spacing-10 .u-social-url + .u-social-url {
  margin-left: 10px; display: none;
}

.image_category_upsell {
  width: 93%; height: 420px; box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
}

.container_also_like {
  display: flex; justify-content: center; align-items: center;
}

#image_product > div {
  padding-bottom: 15%;
}

.image-button {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); background-color: black; color: white; border: none; padding: 7px 9px; font-size: 18px; cursor: pointer;
}

.u-hide-price.u-old-price {
  margin-left: 10px; display: none;
}

#yes {
  width: 4%; height: 7%;
}

.u-text {
  word-wrap: break-word; position: relative;
}

h4 {
  font-weight: 400;
}

.modal-container {
  display: none; justify-content: center; align-items: flex-end; position: fixed; bottom: 5% !important; left: 0; width: 100%; height: 80%; z-index: 1;
}

.modal-content_product {
  background-color: #fff; padding: 20px; border-radius: 8px 8px 0 0; box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2); position: relative; width: 75%;
}

.close-button {
  position: absolute; top: 10px; right: 10px; border: none; padding: 5px 10px; border-radius: 5px; cursor: pointer;
}

#modal_widget_main_page_product {
  display: flex; justify-content: center;
}

#modal_widget_gallery img {
  max-width: 100% !important; max-height: 100% !important; height: 540px;
}

.unselectable {
  -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

.arrow_back_right {
  background-color: #e4e4e4; position: absolute; width: 29px; right: 10px; border-radius: 16px; height: 30px;
}

.arrow_back_left {
  background-color: #e4e4e4; position: absolute; width: 29px; left: 10px; border-radius: 16px; height: 30px;
}

.arrow {
  position: absolute; top: 50%; transform: translateY(-50%); font-size: 16px; cursor: pointer; z-index: 1;
}

#modal_widget_thumbnails img {
  max-width: 100px; max-height: 100px; margin: 5px; cursor: pointer;
}

#modal_widget_product_setting {
  width: 50%; padding: 2%;
}

#modal_widget_gallery {
  position: relative; display: flex; align-items: center; justify-content: center;
}

#index-count {
  position: absolute; bottom: 0; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 14px; padding: 5px; text-align: center;
}

#modal_widget_product_setting_images {
  width: 44% !important;
}

#btc_addto_Cart {
  display: none;
}

#modal_widget_add_to_cart_button {
  cursor: pointer; display: block; border: none; line-height: 1.2; letter-spacing: 0.02em; font-weight: 500; position: relative; box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px; border-radius: 4px; color: rgb(246, 249, 254); font-size: 20px; padding: 15px 30px;
}

#modal_widget_thumbnails {
  display: flex; align-items: center; overflow-y: auto;
}

.modal_widget_main_image_gallery_background::after {
  background: rgba(0, 0, 0, 0.03); content: ""; height: 586px; right: 0; position: absolute; top: 0; width: 355px; pointer-events: none;
}

.modal_widget_images_background::after {
  background: rgba(0, 0, 0, 0.03); content: ""; left: 0; position: absolute; top: 0; height: 193px; width: 161px; pointer-events: none;
}

.modal_widget_images_background {
  position: relative; margin-left: 1%;
}

#arrow-left {
  left: 9px; font-weight: 600;
}

#arrow-right {
  right: 10px; font-weight: 600;
}

.modal_backgorund {
  width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2; position: fixed; bottom: 0%; display: none;
}

#modal_widget_headline {
  word-break: break-word; text-align: left; align-items: center; justify-content: space-between;
}

#modal_widget_price_product {
  display: flex; gap: 20px; margin-bottom: 11px; align-items: baseline;
}

#modal_widget_headline_text {
  font-size: 43px; margin-top: 0px; margin-bottom: 10px; margin-right: 0px;
}

.modal_widget_product_price_comper_symbole {
  text-decoration: line-through !important;
}

#modal_widget_product_price {
  font-size: 22px;
}

#modal_widget_index_count {
  display: none;
}

#size_world_wide>span, .varrint_0>div, .varrint_1>div, .varrint_2>div, .varrint_3>div, .varrint_4>div, .varrint_0>input, .varrint_1>input, .varrint_2>input, .varrint_3>input, .varrint_4>input {
  margin-left: 2%;
}


/* ---- products.css ---- */
.u-section-1 .u-sheet-1 {
  min-height: 548px;
}

.u-section-1 .u-products-1 {
  margin: 0 0 50px;
}

.u-section-1 .u-repeater-1 {
  grid-template-columns: 25% 25% 25% 25%; grid-gap: 0px 0px; min-height: 468px;
}

.u-section-1 .u-image-1 {
  height: 272px; margin-top: 0; margin-bottom: 0;
}

.u-section-1 .u-text-1 {
  margin: 20px 0 0;
}

.u-section-1 .u-product-price-1 {
  margin: 20px auto 0;
}

.u-section-1 .u-btn-1 {
  border-style: solid; text-transform: uppercase; font-size: 0.875rem; margin: 20px auto 0;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px 20px;
}

.u-section-1 .u-image-2 {
  height: 272px; margin-top: 0; margin-bottom: 0;
}

.u-section-1 .u-text-2 {
  margin: 20px 0 0;
}

.u-section-1 .u-product-price-2 {
  margin: 20px auto 0;
}

.u-section-1 .u-btn-2 {
  border-style: solid; text-transform: uppercase; font-size: 0.875rem; margin: 20px auto 0;
}

.u-section-1 .u-container-layout-3 {
  padding: 30px 20px;
}

.u-section-1 .u-image-3 {
  height: 272px; margin-top: 0; margin-bottom: 0;
}

.u-section-1 .u-text-3 {
  margin: 20px 0 0;
}

.u-section-1 .u-product-price-3 {
  margin: 20px auto 0;
}

.u-section-1 .u-btn-3 {
  border-style: solid; text-transform: uppercase; font-size: 0.875rem; margin: 20px auto 0;
}

.u-section-1 .u-container-layout-4 {
  padding: 30px 20px;
}

.u-section-1 .u-image-4 {
  height: 272px; margin-top: 0; margin-bottom: 0;
}

.u-section-1 .u-text-4 {
  margin: 20px 0 0;
}

.u-section-1 .u-product-price-4 {
  margin: 20px auto 0;
}

.u-section-1 .u-btn-4 {
  border-style: solid; text-transform: uppercase; font-size: 0.875rem; margin: 20px auto 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 { min-height: 466px; } .u-section-1 .u-products-1 { height: auto; margin-right: initial; margin-left: initial; } .u-section-1 .u-image-1 { height: 229px; } .u-section-1 .u-image-2 { height: 229px; } .u-section-1 .u-image-3 { height: 229px; } .u-section-1 .u-image-4 { height: 229px; }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 { min-height: 1208px; } .u-section-1 .u-repeater-1 { grid-template-columns: 50% 50%; } .u-section-1 .u-image-1 { height: 338px; } .u-section-1 .u-image-2 { height: 338px; } .u-section-1 .u-image-3 { height: 338px; } .u-section-1 .u-image-4 { height: 338px; }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 { min-height: 1263px; } .u-section-1 .u-repeater-1 { grid-template-columns: 100%; } .u-section-1 .u-container-layout-1 { padding-left: 10px; padding-right: 10px; } .u-section-1 .u-image-1 { height: 563px; } .u-section-1 .u-container-layout-2 { padding-left: 10px; padding-right: 10px; } .u-section-1 .u-image-2 { height: 563px; } .u-section-1 .u-container-layout-3 { padding-left: 10px; padding-right: 10px; } .u-section-1 .u-image-3 { height: 563px; } .u-section-1 .u-container-layout-4 { padding-left: 10px; padding-right: 10px; } .u-section-1 .u-image-4 { height: 563px; }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 { min-height: 65vh; } .u-section-1 .u-products-1 { margin-bottom: 0; margin-right: initial; margin-left: initial; } .u-section-1 .u-repeater-1 { grid-template-columns: calc(50% - 1.5px) calc(50% - 2.5px); grid-gap: 3px -2px; } .u-section-1 .u-image-1 { height: 193px; width: 149px; object-fit: fill; } .u-section-1 .u-image-2 { height: 225px; width: 149px; } .u-section-1 .u-image-3 { height: 225px; width: 149px; } .u-section-1 .u-image-4 { height: 225px; width: 149px; }
}

