متجر 100 مل hundredml
تعديلات css ثيم رائد 
مميز https://1hundredml.com/ 


.banner-entry .lazy_bg.lazy.entered.loaded {background-size: cover;}section.s-block.s-block--banners.container > div {display: flex;flex-wrap: wrap;width: 100%;justify-content: center;gap: 18%;}.banner-entry {flex: 0 0 12%;max-width: 33%;padding: 0 !important;height: 150px !important;background-color: transparent !important;}@media (max-width: 600px) {.banner-entry {height: 90px !important;flex: 0 0 24%;}section.s-block.s-block--banners.container > div {gap: 9%;}}button.header-btn {background: transparent;}.s-product-card-content-footer:has(button.s-button-disabled) {display: none;}.s-products-slider-card.swiper-slide:has(button.s-button-disabled) {filter: contrast(0.5);position: relative;overflow: hidden;}.s-products-slider-card.swiper-slide:has(button.s-button-disabled)::after {width: 96%;height: 100%;background: url(https://i.ibb.co/VBjcHF6/outofstock.png);display: block;content: "";position: absolute;top: 0;left: 0px;background-size: contain;background-position: center;background-repeat: no-repeat;cursor: no-drop;opacity: 0.3;}body {animation: bodyScroll 0.1s ease 1.9s alternate both;}body:after {content: "";background: #333;display: block;height: 100vh;width: 100%;position: absolute;top: 0;z-index: 99999;animation: fadeout 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) 1.9s alternate both;}body:before {content: "";background-size: cover !important;display: block;height: 200px;width: 300px;position: absolute;z-index: 999999999;transform: translate(-50%, -50%);top: 50vh;left: 50%;animation: scale-up-center 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) alternate both;animation: scale-up-center2 1s (0.770, 0.000, 0.175, 1.000) 1s alternate both;}body:before ;}footer {background: linear-gradient(45deg, #86704e, #d2c3a2);width: 90%;margin: auto;border-radius: 10px;margin-bottom: 30px;}.store-footerinner {background: transparent !important;}footer * {text-align: center !important;justify-content: center;color: #000 !important;border-color: #000 !important;}.s-button-element:not(:disabled):not([loading]) {background: linear-gradient(45deg, #ac976e, #71603f);color: #fff;}.s-slider-block_title h2 {background-image: linear-gradient(45deg, #71603f, #ebe0ca, #71603f);background-repeat: repeat;-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-font-smoothing: antialiased;font-size: 20px !important;font-weight: bold;background-position: 0px;animation: GoldenFlash 20s infinite linear;font-size: 23px !important;border-bottom: 3px solid;border-image: linear-gradient(45deg, #e0d0b1, #71603f, #e0d0b1) 1 !important;padding: 5px 10px !important;}@media (max-width: 600px) {.s-products-slider-card.swiper-slide {width: 49vw;}}@keyframes scale-up-center {0% {transform: translate(-50%, -50%) scale(0.5);}100% {transform: translate(-50%, -50%) scale(1);}}@keyframes scale-up-center2 {0% {transform: translate(-50%, -50%) scale(1);}100% {transform: translate(-50%, -50%) scale(0);}}@keyframes fadeout {0% {opacity: 1;}90% {opacity: 0;height: 100vh;width: 100%;}100% {opacity: 0;width: 0;height: 0;}}@keyframes bodyScroll {0% {overflow: hidden;}100% {overflow: visible;}}@keyframes GoldenFlash {0% {background-position: 0px;}100% {background-position: 1000px;}}

body {
background-color: #f4f1ec;
}

lement.style {
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: #ffffff;
}


:root {
    --font-main: 'DINNextLTArabic-Regular';
    --color-primary: #cc9b35;
    --color-primary-dark: #a5740e;
    --color-primary-light: #f2c15b;
    --color-primary-reverse: #343434;
}

.product-card {
    
    back

  
background-color: #f4eee8; /* خلفية بيضاء لبطاقات المنتجات */
    
   
border: 1px solid #ddd;
    border-radius: 15px;
    
    box
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

    
    padd
padding: 20px;
    
  
margin: 20px;
    
    text-al

    tex

   
text-align: center;
    
    transit

    t
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card {
  border: 1px solid #A52A2A; /* لون بني فاتح */
  padding: 20px;
  background-color: #fff; /* خلفية بيضاء */
  border-radius: 5px; /* حواف دائرية */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ظل خفيف */
}